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

Type Dirent

object --+
         |
        Dirent


SMBC Dirent

A directory entry object.
Method Summary
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __repr__(x)
x.__repr__() <==> repr(x)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
getset_descriptor comment = <attribute 'comment' of 'smbc.Dirent' objects>
getset_descriptor name = <attribute 'name' of 'smbc.Dirent' objects>
getset_descriptor smbc_type = <attribute 'smbc_type' of 'smbc.Dirent' obje...

Method Details

__init__(...)
(Constructor)

x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides:
__builtin__.object.__init__

__new__(T, S, ...)

T.__new__(S, ...) -> a new object with type S, a subtype of T
Returns:
a new object with type S, a subtype of T
Overrides:
__builtin__.object.__new__

__repr__(x)
(Representation operator)

x.__repr__() <==> repr(x)
Returns:
repr(x)
Overrides:
__builtin__.object.__repr__

Class Variable Details

comment

Type:
getset_descriptor
Value:
<attribute 'comment' of 'smbc.Dirent' objects>                         

name

Type:
getset_descriptor
Value:
<attribute 'name' of 'smbc.Dirent' objects>                            

smbc_type

Type:
getset_descriptor
Value:
<attribute 'smbc_type' of 'smbc.Dirent' objects>                       

Generated by Epydoc 2.1 on Tue Mar 11 18:17:12 2008 http://epydoc.sf.net