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

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

No class docstring
Class ObjectAdapter Undocumented
Method recognizes returns True if obj is a mapped sqlalchemy object

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.
def recognizes(object_path, obj=None):
returns True if obj is a mapped sqlalchemy object
API Documentation for fixture, generated by pydoctor.