ServerPortfolio
2.0
Python parsers and server
|
Go to the source code of this file.
Classes | |
class | serverportfolio.UpdateStocks.UpdateStocks |
Update data of a list of Stock's (only one action by call is possible). More... | |
class | serverportfolio.UpdateStocks.ParserFactory |
Helper functions, all the functions to create a specific parser from a given action. More... | |
Namespaces | |
serverportfolio.UpdateStocks | |
Define class UpdateStocks and ParserFactory. | |
Functions | |
Static functions dealing with thread creation, execution | |
def | serverportfolio.UpdateStocks.run_thread_pool_parser |
Create and run a pool of thread parsers. More... | |
def | serverportfolio.UpdateStocks.run_thread_parser |
Create and run the parsing of one action for an unique stock. More... | |