3.1. obj_tables_test_migration_repo package¶
3.1.1. Subpackages¶
- 3.1.1.1. obj_tables_test_migration_repo.migrations package
- 3.1.1.1.1. Submodules
- 3.1.1.1.2. obj_tables_test_migration_repo.migrations.bad_custom_io_classes module
- 3.1.1.1.3. obj_tables_test_migration_repo.migrations.custom_io_classes module
- 3.1.1.1.4. obj_tables_test_migration_repo.migrations.just_writer module
- 3.1.1.1.5. obj_tables_test_migration_repo.migrations.no_reader_or_writer module
- 3.1.1.1.6. Module contents
3.1.2. Submodules¶
3.1.3. obj_tables_test_migration_repo.__main__ module¶
Code for creating configuration files in this repo
- Author
Arthur Goldberg <Arthur.Goldberg@mssm.edu>
- Date
2019-03-21
- Copyright
2019, Karr Lab
- License
MIT
3.1.4. obj_tables_test_migration_repo._version module¶
3.1.5. obj_tables_test_migration_repo.core module¶
Test repo for migration
- Author
Arthur Goldberg <Arthur.Goldberg@mssm.edu>
- Date
2019-03-21
- Copyright
2019, Karr Lab
- License
MIT
-
class
obj_tables_test_migration_repo.core.
Reference
(_comments=None, **kwargs)[source]¶ Bases:
obj_tables.core.Model
-
class
Meta
[source]¶ Bases:
obj_tables.core.Meta
-
attributes
= {'id': <obj_tables.core.SlugAttribute object>, 'published': <obj_tables.core.BooleanAttribute object>}[source]¶
-
local_attributes
= {'id': <obj_tables.core.LocalAttribute object>, 'published': <obj_tables.core.LocalAttribute object>, 'tests': <obj_tables.core.LocalAttribute object>}[source]¶
-
-
class
-
class
obj_tables_test_migration_repo.core.
Test
(_comments=None, **kwargs)[source]¶ Bases:
obj_tables.core.Model
-
class
Meta
[source]¶ Bases:
obj_tables.core.Meta
-
attributes
= {'existing_attr': <obj_tables.core.IntegerAttribute object>, 'id': <obj_tables.core.SlugAttribute object>, 'name': <obj_tables.core.StringAttribute object>, 'references': <obj_tables.core.ManyToManyAttribute object>}[source]¶
-
local_attributes
= {'existing_attr': <obj_tables.core.LocalAttribute object>, 'id': <obj_tables.core.LocalAttribute object>, 'name': <obj_tables.core.LocalAttribute object>, 'references': <obj_tables.core.LocalAttribute object>}[source]¶
-
-
class