App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.django.template.Lexer Class Reference
Inheritance diagram for google.appengine._internal.django.template.Lexer:
google.appengine._internal.django.template.debug.DebugLexer

Public Member Functions

def __init__
 
def tokenize
 
def create_token
 

Public Attributes

 template_string
 
 origin
 

Member Function Documentation

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.

The documentation for this class was generated from the following file: