Definition at line 9 of file mongo_schema.py.
Public Member Functions | |
| None | __init__ (self, types.PathOrStr directory) |
| dict | __getitem__ (self, str name) |
| typing.Iterator[str] | __iter__ (self) |
| int | __len__ (self) |
| pathlib.Path | directory (self) |
Static Protected Attributes | |
| pathlib | _directory .Path |
| dict | _loaded [str, dict] |
| dict | _paths [str, pathlib.Path] |
| None testsuite.databases.mongo.mongo_schema.MongoSchema.__init__ | ( | self, | |
| types.PathOrStr | directory ) |
Definition at line 14 of file mongo_schema.py.
| dict testsuite.databases.mongo.mongo_schema.MongoSchema.__getitem__ | ( | self, | |
| str | name ) |
Definition at line 19 of file mongo_schema.py.
| typing.Iterator[str] testsuite.databases.mongo.mongo_schema.MongoSchema.__iter__ | ( | self | ) |
Definition at line 26 of file mongo_schema.py.
| int testsuite.databases.mongo.mongo_schema.MongoSchema.__len__ | ( | self | ) |
Definition at line 29 of file mongo_schema.py.
| pathlib.Path testsuite.databases.mongo.mongo_schema.MongoSchema.directory | ( | self | ) |
Definition at line 33 of file mongo_schema.py.
|
staticprotected |
Definition at line 10 of file mongo_schema.py.
|
staticprotected |
Definition at line 11 of file mongo_schema.py.
|
staticprotected |
Definition at line 12 of file mongo_schema.py.