|
tuple | encode = curry(_proxy_method, method = unicode.encode) |
|
A unicode subclass that has been specifically marked as "safe" for HTML
output purposes.
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:
- code/googleappengine-read-only/python/google/appengine/_internal/django/utils/safestring.py