Module gfal2 :: Class Gfal2Context :: Class Stat
[hide private]
[frames] | no frames]

Class Stat

 object --+    
          |    
??.instance --+
              |
             Gfal2Context.Stat

Please, note that not all fields make sense for all protocols

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None
 
__reduce__(...)
helper for pickle
 
__repr__(...)
__repr__( (Stat)arg1) -> str
 
__str__(...)
__str__( (Stat)arg1) -> str

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 144
Properties [hide private]
  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

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__repr__( (Stat)arg1) -> str

Overrides: object.__repr__

__str__(...)
(Informal representation operator)

 

__str__( (Stat)arg1) -> str

Overrides: object.__str__

Property Details [hide private]

st_atime

Access time

Get Method:
unreachable(...)

st_ctime

Creation time

Get Method:
unreachable(...)

st_dev

Device of contatining file

Get Method:
unreachable(...)

st_gid

Group ID

Get Method:
unreachable(...)

st_ino

Inode

Get Method:
unreachable(...)

st_mode

Protection mode

Get Method:
unreachable(...)

st_mtime

Modification time

Get Method:
unreachable(...)

st_nlink

Number of hard links

Get Method:
unreachable(...)

st_size

Size

Get Method:
unreachable(...)

st_uid

User ID

Get Method:
unreachable(...)