|
|
|
|
|
set(binding,
trm,
ctx)
Setting a [key, value] list will add the pair to the table. |
|
|
|
|
unset(binding,
trm,
ctx)
Setting a [key, value] list will add the pair to the table. |
|
|
|
|
clear(binding,
trm,
ctx)
Clears all elements of the table. |
|
|
|
|
match(binding,
trm,
ctx)
Lookups the key matching the term in the table. |
|
|
|
|
build(binding,
trm,
ctx)
Builds a list all keys in the table. |
|
|
|
|
congruent(binding,
trm,
ctx)
Lookups the key matching to the term in the table and return its
associated value. |
|
|
|
|
|
|
|
|
|
Inherited from variable.Variable:
__init__,
__repr__
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|