The INIMeta class is accessible via the initools.inischema module.
(<type 'type'>,)
420
132
22523
20
(<class 'initools.inischema.INIMeta'>, <type 'type'>, <type 'object'>)
'INIMeta'
184
x.__call__(...) <==> x(...)
x.__cmp__(y) <==> cmp(x,y)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
__subclasses__() -> list of immediate subclasses
See the source for more information.