Methods
|
|
_link
_notifyLink
_notifyUnlink
_unlink
get
set
|
|
_link
|
_link ( element, posn=None )
Link to element without notifying the inverse feature
|
|
_notifyLink
|
_notifyLink ( element, posn=None )
Link to element, inserting it at posn in our value
|
|
_notifyUnlink
|
_notifyUnlink ( element, posn=None )
Unlink from element, removing it from posn in our value
|
|
_unlink
|
_unlink ( element, posn=None )
Unlink from element without notifying the inverse feature
|
|
get
|
get ( element )
Return the value of the feature for element
|
|
set
|
set ( element, value )
Set the value of the feature for element
|