Skip to main content

backdict

ModuleSource

The implementation of a modified dict. The usage of BackDict is like that of a two- level collections.ChainMap. It is used by flask_sa_lite_api for supporting the mapping strategy from the properties of flask_sqlalchemy.SQLAlchemy() to flask_sqlalchemy_lite.SQLAlchemy().

Classes

Member
Description
BackDictDictionary with a falling-back level.
BackDictViewInternal class. The read-only proxy used by MappingView of BackDict.