Home
last modified time | relevance | path

Searched refs:string_types (Results 1 – 12 of 12) 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
H A Dpopen_spawn.py18 from .utils import string_types
50 if isinstance(cmd, string_types) and sys.platform != 'win32':
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py156 if isinstance(expected_regexp, six.string_types):
176 if isinstance(value, six.string_types):
996 self.assert_(isinstance(first, six.string_types), (
998 self.assert_(isinstance(second, six.string_types), (
1079 if isinstance(expected_regexp, six.string_types):
1094 if isinstance(expected_regexp, six.string_types):
1104 if isinstance(unexpected_regexp, six.string_types):
H A Dmain.py80 if isinstance(module, six.string_types):
H A Dsuite.py53 if isinstance(tests, six.string_types):
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatform.py45 elif isinstance(values, six.string_types):
H A Dlldbpexpect.py75 assert not isinstance(substrs, six.string_types), \
H A Ddecorators.py85 if isinstance(expected, (_re_pattern_type,) + six.string_types):
H A Dlldbtest.py2283 assert not isinstance(patterns, six.string_types), \
2285 assert not isinstance(substrs, six.string_types), \
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_functiontestcase.py128 self.assertIsInstance(test.id(), six.string_types)
H A Dtest_case.py546 self.assertIsInstance(Foo().id(), six.string_types)
/llvm-project-15.0.7/lldb/third_party/Python/module/six/
H A Dsix.py41 string_types = str, variable
49 string_types = basestring, variable