Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dspawnbase.py11 text_type = str if PY3 else unicode variable
109 self.string_type = text_type
112 self.allowed_string_types = (text_type, )
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py44 text_type = str variable
52 text_type = unicode variable