Scripts.DatabankLib.core module
Core databank class and system initialization function. Imported by databankLibrary by default. Can be imported without additional libraries to scan Databank system file tree!
- class Scripts.DatabankLib.core.System(data=None)[source]
Bases:
MutableMapping
Main Databank single object, which is an extension of a dictionary with additional functionality.
- property readme: dict
- class Scripts.DatabankLib.core.SystemsCollection(iterable: Iterable[System] = [])[source]
Bases:
Sequence
[System
]Immutable collection of system dicts. Can be accessed by ID using loc().