ServerPortfolio
2.0
Python parsers and server
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Properties
Pages
serverportfolio
__init__.py
Go to the documentation of this file.
1
2
#print "Load serverportfolio:__init__.py"
3
4
# define a package
5
# can add initialization ?? people not fine with this
6
7
#from enum import Enum
8
# Many ways to define enumerations in python, need enum34 module with python 2.7
9
# http://stackoverflow.com/questions/36932/how-can-i-represent-an-enum-in-python
10
# move from Global to init, maybe only Parsers/init.py needed
11
#class EAction(Enum):
12
# Info = 0,
13
# HistPrice = 1,
14
# DivSplit = 2,
15
# InstValue = 3,
16
# Fundamental = 4
Generated on Mon May 25 2015 18:55:59 for ServerPortfolio by
1.8.6