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__(...)
helper for pickle

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]
  __instance_size__ = 304
Properties [hide private]
  d_ino
Inode
  d_name
Entry name
  d_off
Offset to the next dirent
  d_reclen
Length of this record
  d_type
Type of file

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)

Property Details [hide private]

d_ino

Inode

Get Method:
unreachable(...)

d_name

Entry name

Get Method:
unreachable(...)

d_off

Offset to the next dirent

Get Method:
unreachable(...)

d_reclen

Length of this record

Get Method:
unreachable(...)

d_type

Type of file

Get Method:
unreachable(...)