Part of fixture.command.generate.generate View In Hierarchy
takes a data attribute which must be understood by the concrete FixtureSet
| Method | __init__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | attr_to_db_col | returns a database column name for a fixture set's attribute. |
| Method | get_id_attr | returns the name of this set's id attribute. |
| Method | mk_key | return a unique key for this fixture set. |
| Method | mk_var_name | returns a variable name for the instance of the fixture class. |
| Method | obj_id | returns a unique value that identifies the object used |
| Method | set_id | returns a unique value that identifies this set |
this is only useful for sqlobject in how it wants camel case.