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

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

produces a callable object that can generate fixture code.
Method __init__ Undocumented
Method get_handler Undocumented
Method code builds and returns code string.
Method __call__ uses data obj to generate code for a fixture.
def __init__(self, options):
Undocumented
def get_handler(self, object_path):
Undocumented
def code(self):
builds and returns code string.
def __call__(self, object_path):
uses data obj to generate code for a fixture.

returns code string.

API Documentation for fixture, generated by pydoctor.