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

Type _c_st_dirent

object --+    
         |    
  instance --+
             |
            _c_st_dirent


Method Summary
  __init__(...)
__init__( (object)arg1) -> None :...
  __nonzero__(...)
__nonzero__( (_c_st_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
  d_name
  d_off
  d_reclen
  d_type

Class Variable Summary
int __instance_size__ = 32                                                                    

Method Details

__init__(...)
(Constructor)

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)
Overrides:
__builtin__.object.__init__

__nonzero__(...)
(Boolean test operator)

__nonzero__( (_c_st_dirent)arg1) -> bool :

    C++ signature :
        bool __nonzero__(Gfal::GDirent {lvalue})

Property Details

d_ino

Get Method:
<Boost.Python.function object at 0x1c445...

d_name

Get Method:
<Boost.Python.function object at 0x1c445...

d_off

Get Method:
<Boost.Python.function object at 0x1c445...

d_reclen

Get Method:
<Boost.Python.function object at 0x1c445...

d_type

Get Method:
<Boost.Python.function object at 0x1c445...

Class Variable Details

__instance_size__

Type:
int
Value:
32                                                                    

Generated by Epydoc 2.1 on Mon Mar 3 09:42:58 2014 http://epydoc.sf.net