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

Public Member Functions

def __add__
 

Static Public Attributes

tuple encode = curry(_proxy_method, method = unicode.encode)
 

Detailed Description

A unicode subclass that has been specifically marked as "safe" for HTML
output purposes.

Member Function Documentation

def google.appengine._internal.django.utils.safestring.SafeUnicode.__add__ (   self,
  rhs 
)
Concatenating a safe unicode object with another safe string or safe
unicode object is safe. Otherwise, the result is no longer safe.

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