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

Type Stat

object --+    
         |    
  instance --+
             |
            Stat


Please, note that not all fields make sense for all protocols
Method Summary
  __init__(...)
__init__( (object)arg1) -> None
  __reduce__(...)
  __repr__(...)
__repr__( (Stat)arg1) -> str
  __str__(...)
__str__( (Stat)arg1) -> str
    Inherited from instance
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
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__ = 32                                                                    

Method Details

__init__(...)
(Constructor)

__init__( (object)arg1) -> None
Overrides:
__builtin__.object.__init__

__repr__(...)
(Representation operator)

__repr__( (Stat)arg1) -> str
Overrides:
__builtin__.object.__repr__

__str__(...)
(Informal representation operator)

__str__( (Stat)arg1) -> str
Overrides:
__builtin__.object.__str__

Property Details

st_atime

Access time
Get Method:
<Boost.Python.function object at 0x1b46d...

st_ctime

Creation time
Get Method:
<Boost.Python.function object at 0x1b46d...

st_dev

Device of contatining file
Get Method:
<Boost.Python.function object at 0x1b46d...

st_gid

Group ID
Get Method:
<Boost.Python.function object at 0x1b46d...

st_ino

Inode
Get Method:
<Boost.Python.function object at 0x1b46d...

st_mode

Protection mode
Get Method:
<Boost.Python.function object at 0x1b46d...

st_mtime

Modification time
Get Method:
<Boost.Python.function object at 0x1b46d...

st_nlink

Number of hard links
Get Method:
<Boost.Python.function object at 0x1b46d...

st_size

Size
Get Method:
<Boost.Python.function object at 0x1b46d...

st_uid

User ID
Get Method:
<Boost.Python.function object at 0x1b46d...

Class Variable Details

__instance_size__

Type:
int
Value:
32                                                                    

Generated by Epydoc 2.1 on Fri Nov 7 13:21:30 2014 http://epydoc.sf.net