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

Detailed Description

Definition at line 37 of file mongo_schema.py.

Public Member Functions

None __init__ (self)
MongoSchema get_schema (self, types.PathOrStr directory)

Protected Attributes

dict _cache = {}

Constructor & Destructor Documentation

◆ __init__()

None testsuite.databases.mongo.mongo_schema.MongoSchemaCache.__init__ ( self)

Definition at line 38 of file mongo_schema.py.

Member Function Documentation

◆ get_schema()

MongoSchema testsuite.databases.mongo.mongo_schema.MongoSchemaCache.get_schema ( self,
types.PathOrStr directory )

Definition at line 41 of file mongo_schema.py.

Member Data Documentation

◆ _cache

dict testsuite.databases.mongo.mongo_schema.MongoSchemaCache._cache = {}
protected

Definition at line 39 of file mongo_schema.py.


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