Class f.c.g.g.FixtureCache(object):

Part of fixture.command.generate.generate View In Hierarchy

cache of Fixture objects and their data sets to be generatred.

needs to store resulting fixture object with set IDs so that foreign key data can accumulate without duplication.

For example, if we have a product set that requires category foo and an offer set that requires category foo, the second one loaded needs to acknowledge that foo is already loaded and needs to obtain the key to that fixture too, to generate the right link.

Method __init__ Undocumented
Method add Undocumented
Method push_fxtid Undocumented
def __init__(self):
Undocumented
def add(self, set):
Undocumented
def push_fxtid(self, fxtid):
Undocumented
API Documentation for fixture, generated by pydoctor.