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