A simple registry for classes.
There are no implemented interfaces.
fromkeys
(type: builtin_function_or_method
)
<built-in method fromkeys of type object at 0x840f2ac>
clear(...)
copy(...)
get(...)
has_key(...)
items(...)
iteritems(...)
iterkeys(...)
itervalues(...)
keys(...)
pop(...)
popitem(...)
setdefault(...)
update(...)
values(...)
getClassesThatImplement(iface)
Return all class items that implement iface.
Methods returns a list of 2-tuples of the form (path, class).
getSubclassesOf(klass)
Return all class items that are proper subclasses of klass.
Methods returns a list of 2-tuples of the form (path, class).
There are no known subclasses.