Part of fixture.command.generate.generate View In Hierarchy
| Method | __init__ | Undocumented |
| Method | begin | called once when starting to build a fixture. |
| Method | commit | called after performing any action successfully. |
| Method | find | finds a record set based on key, idval. |
| Method | findall | finds all records based on parameters. |
| Method | fxt_type | returns name of the type of Fixture class for this data object. |
| Method | mk_class_name | returns a fixture class for the fixture set. |
| Static Method | recognizes | return True if self can handle this object_path/object. |
| Method | resolve_data_dict | given a fixture set, resolve the linked sets |
| Method | rollback | called after any action raises an exception. |
| Method | sets | yield a FixtureSet for each set in obj. |