|
|
|
|
|
remove(self)
remove the given Term from its TermTable |
|
|
|
id(self)
id of this term in its TermTable |
|
|
|
|
|
atoms(self)
list of Atoms for this Term |
|
|
|
table(self)
parent TermTable |
|
|
|
keys(self)
union of table.params.props and table.term_props |
|
|
|
__getitem__(self,
prop)
get the value of property prop |
|
|
|
__setitem__(self,
prop,
val)
set the value of property prop |
|
|
Inherited from Handle :
__eq__ ,
__hash__ ,
__init__ ,
__ne__ ,
system
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|