Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | property_dict
A dictionary of properties which can be indexed by dataname or column name (the name visible in the project).
|
|||
new empty dictionary |
|
||
|
|||
|
|||
True if D has a key k, else False |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
First checks the main dictionary, then checks the name dictionary for the item.
|
Checks if this looks like a dataname. If so, then it adds the item directly. If not, then it checks if it is a column name. If so, then it adds the item directly. If not, then it constructs a dataname based on the type of item.
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:46 2015 | http://epydoc.sourceforge.net |