Python Paste


ClassInit

Metaclass to call __classinit__.


Attributes

a __flags__

22523

a __bases__

(<type 'type'>,)

a __name__

'ClassInit'

a __mro__

(<class 'ohm.server.ClassInit'>, <type 'type'>, <type 'object'>)

Methods

f __subclasses__(...) ...

__subclasses__() -> list of immediate subclasses

f __cmp__(...) ...

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

f __call__(...) ...

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

f __init__(...) ...

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

See the source for more information.