| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
basestring --+
|
str --+
|
File
| Instance Methods | |||
| a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
abspath = property(lambda self: os.path.abspath(self), doc= ""
|
|
stat = property(lambda self: self._stat(), doc= """Information
|
|
mode = property(lambda self: self._stat() [0], doc= """mode of
|
|
inode = property(lambda self: self._stat() [1], doc= """inode
|
|
device = property(lambda self: self._stat() [2], doc= """devic
|
|
links = property(lambda self: self._stat() [3], doc= """ Numbe
|
|
uid = property(lambda self: self._stat() [4], doc= """Owner of
|
|
gid = property(lambda self: self._stat() [5], doc= """Owning g
|
|
size = property(lambda self: self._stat() [6], doc= """Size of
|
|
atime = property(lambda self: self._stat() [7], doc= """Access
|
|
mtime = property(lambda self: self._stat() [8], doc= """Modify
|
|
ctime = property(lambda self: self._stat() [9], doc= """Change
|
|
isdir = property(lambda self: self.mode & FILE_TYPE_MASK== DIR
|
|
isfile = property(lambda self: self.mode & FILE_TYPE_MASK== FI
|
|
islink = property(lambda self: self.mode & FILE_TYPE_MASK== LI
|
|
| Properties | |
|
Inherited from |
| Method Details |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
helper for pickle
|
| Class Variable Details |
abspath
|
stat
|
mode
|
inode
|
device
|
links
|
uid
|
gid
|
size
|
atime
|
mtime
|
ctime
|
isdir
|
isfile
|
islink
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 11 22:00:38 2010 | http://epydoc.sourceforge.net |