HomeSort by relevance Sort by last modified time
    Searched refs:__unicode__ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/jinja2/
_compat.py 74 cls.__unicode__ = cls.__str__
75 cls.__str__ = lambda x: x.__unicode__().encode('utf-8')
exceptions.py 30 def __unicode__(self): member in class:TemplateError
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 90 def __unicode__(self): member in class:Message
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 701 def __unicode__(self): function in function:_AddUnicodeMethod
703 cls.__unicode__ = __unicode__
    [all...]
cpp_message.py 628 def __unicode__(self): function in function:_AddMessageMethods
  /external/chromium_org/tools/grit/grit/node/
base.py 242 def __unicode__(self): member in class:Node
250 element in a Unicode string. This differs from __unicode__ in that it does
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 450 def __unicode__(self): member in class:NavigableString
681 def __unicode__(self): member in class:Tag
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Tempita/
_tempita.py 620 def __unicode__(self): member in class:_Empty
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 1325 def __unicode__(self): member in class:PyUnicodeObjectPtr
    [all...]

Completed in 190 milliseconds