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

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

produces a callable object that can generate DataSet code.
Method __init__ Undocumented
Method get_handler find and return a handler for object_path.
Method code builds and returns code string.
Method __call__ uses data obj to generate code for a fixture.
def __init__(self, options, template=None):
Undocumented
def get_handler(self, object_path, **kw):
find and return a handler for object_path.

any additional keywords will be passed into the handler's constructor

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.