![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Classes | |
class | EndToken |
class | IfParser |
class | Literal |
class | TokenBase |
Functions | |
def | infix |
def | prefix |
Variables | |
dictionary | OPERATORS |
tuple | EndToken = EndToken() |
first | |
second | |
Parser and utilities for the smart 'if' tag
def google.appengine._internal.django.template.smartif.infix | ( | bp, | |
func | |||
) |
Creates an infix operator, given a binding power and a function that evaluates the node
def google.appengine._internal.django.template.smartif.prefix | ( | bp, | |
func | |||
) |
Creates a prefix operator, given a binding power and a function that evaluates the node.
dictionary google.appengine._internal.django.template.smartif.OPERATORS |