Home | Trees | Index | Help |
|
---|
Module gfal2 :: Class Stat |
|
object
--+ |instance
--+ | Stat
Method Summary | |
---|---|
__init__( (object)arg1) -> None | |
__reduce__(...)
| |
__repr__( (Stat)arg1) -> str | |
__str__( (Stat)arg1) -> str | |
Inherited from instance | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value |
Property Summary | |
---|---|
st_atime : Access time | |
st_ctime : Creation time | |
st_dev : Device of contatining file | |
st_gid : Group ID | |
st_ino : Inode | |
st_mode : Protection mode | |
st_mtime : Modification time | |
st_nlink : Number of hard links | |
st_size : Size | |
st_uid : User ID |
Class Variable Summary | |
---|---|
int |
__instance_size__ = 160 |
Method Details |
---|
__init__(...)
__init__( (object)arg1) -> None
|
__repr__(...)
__repr__( (Stat)arg1) -> str
|
__str__(...)
__str__( (Stat)arg1) -> str
|
Property Details |
---|
st_atimeAccess time
|
st_ctimeCreation time
|
st_devDevice of contatining file
|
st_gidGroup ID
|
st_inoInode
|
st_modeProtection mode
|
st_mtimeModification time
|
st_nlinkNumber of hard links
|
st_sizeSize
|
st_uidUser ID
|
Class Variable Details |
---|
__instance_size__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Jan 18 14:14:26 2017 | http://epydoc.sf.net |