![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | tokenize |
def | create_token |
Public Attributes | |
template_string | |
origin | |
def google.appengine._internal.django.template.Lexer.create_token | ( | self, | |
token_string, | |||
in_tag | |||
) |
Convert the given token string into a new Token object and return it. If in_tag is True, we are processing something that matched a tag, otherwise it should be treated as a literal string.