Definition at line 48 of file mongo_schema.py.
Public Member Functions | |
| __init__ (self, MongoSchemaCache cache, typing.Iterable[types.PathOrStr] directories) | |
| __getitem__ (self, name) | |
| __iter__ (self) | |
| int | __len__ (self) |
Protected Attributes | |
| _cache = cache | |
| list | _directories |
| dict | _schema_by_collection = {} |
| testsuite.databases.mongo.mongo_schema.MongoSchemas.__init__ | ( | self, | |
| MongoSchemaCache | cache, | ||
| typing.Iterable[types.PathOrStr] | directories ) |
Definition at line 49 of file mongo_schema.py.
| testsuite.databases.mongo.mongo_schema.MongoSchemas.__getitem__ | ( | self, | |
| name ) |
Definition at line 70 of file mongo_schema.py.
| testsuite.databases.mongo.mongo_schema.MongoSchemas.__iter__ | ( | self | ) |
Definition at line 75 of file mongo_schema.py.
| int testsuite.databases.mongo.mongo_schema.MongoSchemas.__len__ | ( | self | ) |
Definition at line 79 of file mongo_schema.py.
|
protected |
Definition at line 54 of file mongo_schema.py.
|
protected |
Definition at line 55 of file mongo_schema.py.
|
protected |
Definition at line 58 of file mongo_schema.py.