Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dreplwrap.py12 basestring = str variable
37 if isinstance(cmd_or_spawn, basestring):
H A Dspawnbase.py102 self.allowed_string_types = (basestring,) # analysis:ignore
/openbsd/gnu/llvm/clang/tools/scan-view/share/
H A Dstartfile.py73 if isinstance(filename, basestring):
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dutil.py18 return isinstance(value, basestring)
H A DTestRunner.py788 str_type = basestring