ServerPortfolio
2.0
Python parsers and server
|
Main executable for running the portfolio python service. More...
Functions | |
def | print_help |
functions More... | |
Variables | |
tuple | logger = logging.getLogger('SP') |
main code More... | |
list | fstock = sys.argv[1] |
Main program. More... | |
tuple | dict_stocks = DictionaryStocks( fstock ) |
tuple | thq = AutoParser.Thread_Handle_Queue() |
could use a return dict ( alias, only for testing ok ) More... | |
Main executable for running the portfolio python service.
LastChanged
def Server_Portfolio.print_help | ( | ) |
functions
Definition at line 29 of file Server_Portfolio.py.
tuple Server_Portfolio.dict_stocks = DictionaryStocks( fstock ) |
Definition at line 61 of file Server_Portfolio.py.
list Server_Portfolio.fstock = sys.argv[1] |
Main program.
do not work as expected, sys.exit certainly send an exception
Definition at line 55 of file Server_Portfolio.py.
tuple Server_Portfolio.logger = logging.getLogger('SP') |
main code
Definition at line 42 of file Server_Portfolio.py.
tuple Server_Portfolio.thq = AutoParser.Thread_Handle_Queue() |
could use a return dict ( alias, only for testing ok )
Load AutoParser Run thread queue handler
Definition at line 82 of file Server_Portfolio.py.