Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dutils.py15 string_types = (str,) variable
17 string_types = (unicode, str) variable
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py41 string_types = str, variable
49 string_types = basestring, variable