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.SafeString Class Reference
Inheritance diagram for google.appengine._internal.django.utils.safestring.SafeString:
google.appengine._internal.django.utils.safestring.SafeData

Public Member Functions

def __add__
 

Static Public Attributes

tuple decode = curry(_proxy_method, method = str.decode)
 

Detailed Description

A string subclass that has been specifically marked as "safe" (requires no
further escaping) for HTML output purposes.

Member Function Documentation

def google.appengine._internal.django.utils.safestring.SafeString.__add__ (   self,
  rhs 
)
Concatenating a safe string 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: