ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
Variables
serverportfolio.main_dict Namespace Reference

Executable to test the module DictionaryStocks. More...

Variables

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

Detailed Description

Executable to test the module DictionaryStocks.

Because it is defined as a singleton, the main cannot be included in the original module.

Last Changed

Id:
main_dict.py 9 2015-04-02 23:27:25Z michael

Variable Documentation

tuple serverportfolio.main_dict.dict_filename = str(sys.argv[1])

Definition at line 53 of file main_dict.py.

tuple serverportfolio.main_dict.dict_stocks1 = DictionaryStocks( dict_filename )

Definition at line 55 of file main_dict.py.

tuple serverportfolio.main_dict.dict_stocks2 = DictionaryStocks( "dictstocks.txt" )

Definition at line 66 of file main_dict.py.

tuple serverportfolio.main_dict.lines = dict_stocks1.print_dict_stocks( "CAC40", opt_print = False )

Definition at line 85 of file main_dict.py.

tuple serverportfolio.main_dict.logger = logging.getLogger('SP')

Definition at line 46 of file main_dict.py.

tuple serverportfolio.main_dict.main_logger = logging.getLogger("SP.main")

Definition at line 49 of file main_dict.py.

tuple serverportfolio.main_dict.time_to_open = stock.time_to_open()

test to add, TestML_done

Definition at line 172 of file main_dict.py.