ServerPortfolio
2.0
Python parsers and server
|
Define the global variable StockTemplates.StTmpl and dictionary templates. More...
Classes | |
class | StockTemplates |
Define template dictionaries to describe the data structure. More... | |
Variables | |
tuple | StTmpl = StockTemplates() |
Initialise a global variable when the module is loaded. More... | |
tuple | d_static = StTmpl.get_dict_static() |
Define the global variable StockTemplates.StTmpl and dictionary templates.
Last Changed
tuple serverportfolio.StockTemplates.d_static = StTmpl.get_dict_static() |
Definition at line 525 of file StockTemplates.py.
tuple serverportfolio.StockTemplates.StTmpl = StockTemplates() |
Initialise a global variable when the module is loaded.
if executed in main, logger can be loaded, class can be derived or executed in DictStocks, used by Parsers/Stocks...StockXML
Definition at line 517 of file StockTemplates.py.