Home
last modified time | relevance | path

Searched refs:__unicode__ (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py860 klass.__unicode__ = klass.__str__
861 klass.__str__ = lambda self: self.__unicode__().encode('utf-8')
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py123 __unicode__ = _unicode variable in screen