Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dspawnbase.py11 text_type = str if PY3 else unicode variable
109 self.string_type = text_type
112 self.allowed_string_types = (text_type, )