Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | PropertyDictionary
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 |
|
|||
|
|||
|
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 (often called the user name - the name visible in the table). If it finds the user name, then it adds the item directly. If not, then it constructs a dataname based on the type of the item.
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:57 2016 | http://epydoc.sourceforge.net |