Python Paste


INIMeta


Attributes

a __bases__

(<type 'type'>,)

a __flags__

22523

a __mro__

(<class 'initools.inischema.INIMeta'>, <type 'type'>, <type 'object'>)

a __name__

'INIMeta'

Methods

f __call__(...) ...

x.__call__(...) <==> x(...)

f __cmp__(...) ...

x.__cmp__(y) <==> cmp(x,y)

f __init__(...) ...

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

f __subclasses__(...) ...

__subclasses__() -> list of immediate subclasses

See the source for more information.