Class f.u.ObjRegistry:

Part of fixture.util View In Hierarchy

Known subclasses: fixture.loadable.loadable.LoadableFixture.LoadQueue

registers objects by class.

all lookup methods expect to get either an instance or a class type.

Method __init__ Undocumented
Method __repr__ Undocumented
Method __getitem__ Undocumented
Method __contains__ Undocumented
Method clear Undocumented
Method has Undocumented
Method id Undocumented
Method register Undocumented
def __init__(self):
Undocumented
def __repr__(self):
Undocumented
def __getitem__(self, obj):
Undocumented
def __contains__(self, object):
Undocumented
def clear(self):
Undocumented
def has(self, object):
Undocumented
def id(self, object):
Undocumented
def register(self, object):
Undocumented
API Documentation for fixture, generated by pydoctor.