ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
Namespaces | Variables
main_dict.py File Reference

Go to the source code of this file.

Namespaces

 serverportfolio.main_dict
 Executable to test the module DictionaryStocks.
 

Variables

tuple serverportfolio.main_dict.logger = logging.getLogger('SP')
 
tuple serverportfolio.main_dict.main_logger = logging.getLogger("SP.main")
 
tuple serverportfolio.main_dict.dict_filename = str(sys.argv[1])
 
tuple serverportfolio.main_dict.dict_stocks1 = DictionaryStocks( dict_filename )
 
tuple serverportfolio.main_dict.dict_stocks2 = DictionaryStocks( "dictstocks.txt" )
 
tuple serverportfolio.main_dict.lines = dict_stocks1.print_dict_stocks( "CAC40", opt_print = False )
 
tuple serverportfolio.main_dict.time_to_open = stock.time_to_open()
 test to add, TestML_done More...