Module smartif
Parser and utilities for the smart 'if' tag
source linkClasses
-
-
-
A basic self-resolvable object similar to a Django template variable.
-
Base class for operators and literals, mainly for debugging and for throwing syntax errors.
Functions
▷ def infix(bp, func) Create an infix operator, given a binding power and a function that evaluates the node.
▷ def prefix(bp, func) Create a prefix operator, given a binding power and a function that evaluates the node.