OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:truth_table_row
(Results
1 - 1
of
1
) sorted by null
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
boolcond.py
26
truth_table_row
= namedtuple("
truth_table_row
", ["values", "result"])
variable
238
truth_table.append(
truth_table_row
(values, self.evaluate(**values)))
Completed in 43 milliseconds