Part of fixture.loadable.loadable View In Hierarchy
Known subclasses: fixture.loadable.loadable.DBLoadableFixture
Keyword "env" should be a dict or a module if not None. According to the style rules, the env will be used to find objects by name.
Method | __init__ | Undocumented |
Method | attach_storage_medium | Undocumented |
Method | resolve_stored_object | Undocumented |
Inherited from LoadableFixture:
Class | StorageMediumAdapter | common interface for working with storable objects. |
Class | StorageMediaNotFound | Looking up a storable object failed. |
Class | LoadQueue | Keeps track of what class instances were loaded. |
Method | begin | Undocumented |
Method | commit | Undocumented |
Method | load | Undocumented |
Method | load_dataset | load this dataset and all its dependent datasets. |
Method | resolve_row_references | resolve this DataRow object's referenced values. |
Method | rollback | Undocumented |
Method | then_finally | Undocumented |
Method | unload | Undocumented |
Method | unload_dataset | Undocumented |
Method | wrap_in_transaction | Undocumented |
Inherited from Fixture (via LoadableFixture):
Class | Data | loads one or more DataSet objects and provides an interface into that |
Method | __iter__ | Undocumented |
Method | with_data | returns a decorator to wrap data around a method. |
Method | data | returns a Data object for datasets. |