Module gfal2 :: Class creat_context :: Class st_stat
[hide private]
[frames] | no frames]

Class st_stat

 object --+    
          |    
??.instance --+
              |
             creat_context.st_stat

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
__repr__(...)
__repr__( (st_stat)arg1) -> str :
 
__str__(...)
__str__( (st_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__ = 160
Properties [hide private]
  st_atime
  st_ctime
  st_dev
  st_gid
  st_ino
  st_mode
  st_mtime
  st_nlink
  st_size
  st_uid

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

__repr__(...)
(Representation operator)

 

__repr__( (st_stat)arg1) -> str :

    C++ signature :
        std::string __repr__(Gfal::Gstat {lvalue})

Overrides: object.__repr__

__str__(...)
(Informal representation operator)

 

__str__( (st_stat)arg1) -> str :

    C++ signature :
        std::string __str__(Gfal::Gstat {lvalue})

Overrides: object.__str__

Property Details [hide private]

st_atime

Get Method:
unreachable(...)

st_ctime

Get Method:
unreachable(...)

st_dev

Get Method:
unreachable(...)

st_gid

Get Method:
unreachable(...)

st_ino

Get Method:
unreachable(...)

st_mode

Get Method:
unreachable(...)

st_mtime

Get Method:
unreachable(...)

st_nlink

Get Method:
unreachable(...)

st_size

Get Method:
unreachable(...)

st_uid

Get Method:
unreachable(...)