iotbx
.simple_parser
index
/net/chevy/raid1/rwgk/dist/iotbx/simple_parser.py
Classes
__builtin__.object
operator_priority_evaluator
class
operator_priority_evaluator
(
__builtin__.object
)
Methods defined here:
__call__
(self, word)
__init__
(self, operator_dict)
Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
Functions
infix_as_postfix
(word_iterator, operator_dict
={'and': 2, 'not': 3, 'or': 1}
, stop_if_parse_stack_is_empty
=False
, stop_word
=None
, expect_nonmatching_closing_parenthesis
=False
)
http://www.programmersheaven.com/2/Art_Expressions_p1
Data
generators
= _Feature((2, 2, 0, 'alpha', 1), (2, 3, 0, 'final', 0), 0)