Var
KEYWORDS
KEYWORDS_R
remove_type()
Domain
Individual
LF
ULF
ELF
Eventuality
Condition
Repetition
parse_eventuality()
parse_condition()
parse_repetition()
parse_eventuality_list()
from_lisp_file()
from_lisp_dirs()
expectation_p()
extract_set()
make_set()
is_set()
set_union()
equal_prop_p()
not_prop_p()
and_prop_p()
or_prop_p()
characterizes_prop_p()
Bases: object
object
Defines a variable, with some variable symbol and some value assignment.
var (str) – The variable symbol.
val (object, optional) – The value this variable is currently bound to. Generally this will be a string, though it may in principle be some other object (e.g., an Individual) as well.
str
Notes
TODO: currently incomplete and unused.
Methods
bind
Bind this variable to the given value.
unbind
Unbind this variable.
Return str(self).