Home | Trees | Indices | Help |
|
---|
|
object --+ | basestring --+ | str --+ | File
Instance Methods | |||
|
|||
Inherited from Inherited from |
Static Methods | |||
a new object with type S, a subtype of T |
|
Properties | |
abspath Absolute path to this file. |
|
stat Information on this file, as returned by os.stat .
|
|
mode mode of this file. |
|
inode inode of this file. |
|
device device of this file. |
|
links Number of links of this file. |
|
uid Owner of this file. |
|
gid Owning group of this file. |
|
size Size of this file (bytes). |
|
atime Access time of this file. |
|
mtime Modify time of this file. |
|
ctime Change time of this file. |
|
isdir True iff this file is a directory. |
|
isfile True iff this file is neither a directory nor a symlink. |
|
islink True iff this file is a symlink. |
|
Inherited from |
Method Details |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Property Details |
abspathAbsolute path to this file.
|
statInformation on this file, as returned by
|
modemode of this file.
|
inodeinode of this file.
|
devicedevice of this file.
|
linksNumber of links of this file.
|
uidOwner of this file.
|
gidOwning group of this file.
|
sizeSize of this file (bytes).
|
atimeAccess time of this file.
|
mtimeModify time of this file.
|
ctimeChange time of this file.
|
isdirTrue iff this file is a directory.
|
isfileTrue iff this file is neither a directory nor a symlink.
|
islinkTrue iff this file is a symlink.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |