Class f.c.g.g.SQLAlchemyMappedClassHandler(SQLAlchemyHandler):

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

Undocumented
Class RecordSetAdapter Undocumented
Static Method recognizes returns True if obj is not None.

Inherited from SQLAlchemyHandler:

Method __init__ Undocumented
Method add_fixture_set Undocumented
Method begin Undocumented
Method commit Undocumented
Method rollback Undocumented
Method find Undocumented
Method findall gets record set for query.
Method sets yields FixtureSet for each row in SQLObject.
@staticmethod
def recognizes(object_path, obj=None):
returns True if obj is not None.

this method is just a starting point for sqlalchemy handlers.

API Documentation for fixture, generated by pydoctor.