Home | Trees | Index | Help |
|
---|
Module gfal2 :: Class st_stat |
|
object
--+ |instance
--+ | st_stat
Method Summary | |
---|---|
__init__( (object)arg1) -> None :... | |
__reduce__(...)
| |
__repr__( (st_stat)arg1) -> str :... | |
__str__( (st_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 | |
st_ctime | |
st_dev | |
st_gid | |
st_ino | |
st_mode | |
st_mtime | |
st_nlink | |
st_size | |
st_uid |
Class Variable Summary | |
---|---|
int |
__instance_size__ = 160 |
Method Details |
---|
__init__(...)
|
__repr__(...)
|
__str__(...)
|
Property Details |
---|
st_atime
|
st_ctime
|
st_dev
|
st_gid
|
st_ino
|
st_mode
|
st_mtime
|
st_nlink
|
st_size
|
st_uid
|
Class Variable Details |
---|
__instance_size__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Mar 8 05:25:24 2013 | http://epydoc.sf.net |