Used to create the root map essential to the linking in DataOrdered()
Assumptions:
N/A
Source:
N/A
◆ __init__()
def SUAVE.Core.DataOrdered.Property.__init__ |
( |
|
self, |
|
|
|
key = None |
|
) |
| |
Initializes a property
Assumptions:
N/A
Source:
N/A
Inputs:
N/A
Outputs:
N/A
Properties Used:
N/A
◆ __delete__()
def SUAVE.Core.DataOrdered.Property.__delete__ |
( |
|
self, |
|
|
|
obj |
|
) |
| |
Deletes a property
Assumptions:
N/A
Source:
N/A
Inputs:
N/A
Outputs:
N/A
Properties Used:
N/A
◆ __get__()
def SUAVE.Core.DataOrdered.Property.__get__ |
( |
|
self, |
|
|
|
obj, |
|
|
|
kls = None |
|
) |
| |
Gets a property
Assumptions:
N/A
Source:
N/A
Inputs:
obj
Outputs:
self.key
Properties Used:
N/A
◆ __set__()
def SUAVE.Core.DataOrdered.Property.__set__ |
( |
|
self, |
|
|
|
obj, |
|
|
|
val |
|
) |
| |
Sets a property
Assumptions:
N/A
Source:
N/A
Inputs:
obj
value
Outputs:
N/A
Properties Used:
N/A
The documentation for this class was generated from the following file:
- /Users/emiliobotero/Dropbox/SUAVE/SUAVE/trunk/SUAVE/Core/DataOrdered.py