| Home | Trees | Indices | Help |
|
|---|
|
|
KeyedVector --+
|
SlopeRow --+
|
IdentityRow
A vector for testing that a given entity is identical to another. It
should be created as row =
IdentityRow(keys=[{'entity':entity}]) to create a test that the
entity being tested is the given entity
The following creates a row to test that I am the object of the current action:
>>> row = IdentityRow(keys=[{'entity':'object','relationship':'equals'}])
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
args = list of keys for this test |
|||
threshold = 0.0the default threshold for a plane of this type |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
argslist of keys for this test
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:47:34 2009 | http://epydoc.sourceforge.net |