Home
last modified time | relevance | path

Searched defs:_unichr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_multibytecodec_support.py282 _unichr = lambda c: eval("u'\\U%08x'" % int(c, 16)) function
/external/python/cpython2/Tools/gdb/
Dlibpython.py1080 _unichr = unichr variable
1083 def _unichr(x): function