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

class Dirent

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

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

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None
 
__nonzero__(...)
__nonzero__( (Dirent)arg1) -> bool
 
__reduce__(...)

Inherited from unreachable.instance: __new__

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

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None

Overrides: object.__init__

__reduce__(...)

 
Overrides: object.__reduce__
(inherited documentation)

Property Details [hide private]

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