posixfile
index
/usr/lib/python1.5/posixfile.py
# Start of posixfile.py
#
Classes
_posixfile_
class
_posixfile_
__del__
(self)
__repr__
(self)
dup
(self)
dup2
(self, fd)
file
(self)
fileopen
(self, file)
flags
(self, *which)
lock
(self, how, *args)
open
(self, name, mode
='r'
, bufsize
=-1
)
Constants
SEEK_CUR
= 1
SEEK_END
= 2
SEEK_SET
= 0