4. patsy.infix_parser¶
4.1. Functions¶
assert_no_pickling(obj) |
|
infix_parse(tokens, operators, atomic_types) |
|
no_pickling(*args, **kwargs) |
|
repr_pretty_delegate(obj) |
|
repr_pretty_impl(p, obj, args[, kwargs]) |
|
test_infix_parse() |
4.2. Classes¶
Operator(token_type, arity, precedence) |
|
Origin(code, start, end) |
This represents the origin of some object in some string. |
ParseNode(type, token, args, origin) |
|
Token(type, origin[, extra]) |
A token with possible payload. |
4.3. Exceptions¶
PatsyError(message[, origin]) |
This is the main error type raised by Patsy functions. |