Find a canonical name for each update-able object.
There are no implemented interfaces.
classTypes
(type:
dict
)
{<type 'type'>: True, <type 'classobj'>: True, <class 'zope.interface.interface.InterfaceClass'>: True, <class 'zodbcode.class_.PersistentClassMetaClass'>: True, <class 'zope.app.interface.PersistentInterfaceClass'>: True}
types
(type:
dict
)
{<type 'function'>: True, <type 'type'>: True, <class 'zodbcode.class_.PersistentDescriptor'>: True, <class 'zope.app.interface.PersistentInterfaceClass'>: True, <class 'zodbcode.class_.PersistentClassMetaClass'>: True, <class 'zope.interface.interface.InterfaceClass'>: True, <class 'zodbcode.function.PersistentFunction'>: True, <type 'classobj'>: True}
names()
replacements(aFinder)
Return a dictionary of replacements.
self and aFinder are two NameFinder instances. Return a dict of all the objects in the two that share the same name. The keys are the ids in self and the values are the objects in aFinder.
walkClass(klass, name)
walkModule(mod)
There are no known subclasses.