userver: testsuite.databases.mongo.mongo_schema.MongoSchema Class Reference
Loading...
Searching...
No Matches
testsuite.databases.mongo.mongo_schema.MongoSchema Class Reference

Detailed Description

Definition at line 9 of file mongo_schema.py.

Inheritance diagram for testsuite.databases.mongo.mongo_schema.MongoSchema:

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]

Constructor & Destructor Documentation

◆ __init__()

None testsuite.databases.mongo.mongo_schema.MongoSchema.__init__ ( self,
types.PathOrStr directory )

Definition at line 14 of file mongo_schema.py.

Member Function Documentation

◆ __getitem__()

dict testsuite.databases.mongo.mongo_schema.MongoSchema.__getitem__ ( self,
str name )

Definition at line 19 of file mongo_schema.py.

◆ __iter__()

typing.Iterator[str] testsuite.databases.mongo.mongo_schema.MongoSchema.__iter__ ( self)

Definition at line 26 of file mongo_schema.py.

◆ __len__()

int testsuite.databases.mongo.mongo_schema.MongoSchema.__len__ ( self)

Definition at line 29 of file mongo_schema.py.

◆ directory()

pathlib.Path testsuite.databases.mongo.mongo_schema.MongoSchema.directory ( self)

Definition at line 33 of file mongo_schema.py.

Member Data Documentation

◆ _directory

pathlib testsuite.databases.mongo.mongo_schema.MongoSchema._directory .Path
staticprotected

Definition at line 10 of file mongo_schema.py.

◆ _loaded

dict testsuite.databases.mongo.mongo_schema.MongoSchema._loaded [str, dict]
staticprotected

Definition at line 11 of file mongo_schema.py.

◆ _paths

testsuite.databases.mongo.mongo_schema.MongoSchema._paths [str, pathlib.Path]
staticprotected

Definition at line 12 of file mongo_schema.py.


The documentation for this class was generated from the following file: