App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google
appengine
_internal
django
utils
encoding
StrAndUnicode
Public Member Functions
|
List of all members
google.appengine._internal.django.utils.encoding.StrAndUnicode Class Reference
Inheritance diagram for google.appengine._internal.django.utils.encoding.StrAndUnicode:
Public Member Functions
def
__str__
Detailed Description
A class whose __str__ returns its __unicode__ as a UTF-8 bytestring. Useful as a mix-in.
The documentation for this class was generated from the following file:
code/googleappengine-read-only/python/google/appengine/_internal/django/utils/encoding.py
Maintained by
tzmartin