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

Type Dirent

object --+    
         |    
  instance --+
             |
            Dirent


Please, note that not all fields make sense for all protocols
Method Summary
  __init__(...)
__init__( (object)arg1) -> None
  __nonzero__(...)
__nonzero__( (Dirent)arg1) -> bool
  __reduce__(...)
    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
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Property Summary
  d_ino: Inode
  d_name: Entry name
  d_off: Offset to the next dirent
  d_reclen: Lenght of this record
  d_type: Type of file

Class Variable Summary
int __instance_size__ = 304                                                                   

Method Details

__init__(...)
(Constructor)

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

__nonzero__(...)
(Boolean test operator)

__nonzero__( (Dirent)arg1) -> bool

Property Details

d_ino

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

d_name

Entry name
Get Method:
<Boost.Python.function object at 0x1ab61...

d_off

Offset to the next dirent
Get Method:
<Boost.Python.function object at 0x1ab61...

d_reclen

Lenght of this record
Get Method:
<Boost.Python.function object at 0x1ab61...

d_type

Type of file
Get Method:
<Boost.Python.function object at 0x1ab61...

Class Variable Details

__instance_size__

Type:
int
Value:
304                                                                   

Generated by Epydoc 2.1 on Thu Apr 2 10:15:23 2015 http://epydoc.sf.net