ServerPortfolio  2.0
Python parsers and server
 All Classes Namespaces Files Functions Variables Properties Pages
Functions | Variables
Server_Portfolio Namespace Reference

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...
 

Detailed Description

Main executable for running the portfolio python service.

LastChanged

Id:
Server_Portfolio.py 524 2015-02-24 10:18:50Z martinml

Function Documentation

def Server_Portfolio.print_help ( )

functions

Definition at line 29 of file Server_Portfolio.py.

Variable Documentation

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.