Factory

Inheritance:

Methods of Factory:

__init__
def __init__(self)

Undocumented function.

_registerType
def _registerType(self, type, ctor)

Undocumented function.

_registerTypes
def _registerTypes(self, type2ctor)

Undocumented function.

create
def create(self, type, *args, **kwArgs)

Undocumented function.

nullCtor
def nullCtor(self, *args, **kwArgs)

Undocumented function.