Module bazaar.core
This module contains basic Bazaar implementation.
Every application object should derive from PersistentObject class.
Class Bazaar is designed to to get, modify, find
and perform other operations on objects of any application class.
Brokers (Broker class) are responsible for
operations on objects of specific application class.
| Classes |
Bazaar |
The interface to get, modify, find and perform other tasks on
application objects. |
Broker |
Application class broker. |
PersistentObject |
Parent class of an application class. |
| Variable Summary |
Logger |
log = <logging.Logger instance at 0x404961ec>
|
log
-
- Type:
-
Logger
- Value:
<logging.Logger instance at 0x404961ec>
|
|