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 D | utils.py | 15 string_types = (str,) variable 17 string_types = (unicode, str) variable
|
| H A D | popen_spawn.py | 18 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 D | case.py | 156 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 D | main.py | 80 if isinstance(module, six.string_types):
|
| H A D | suite.py | 53 if isinstance(tests, six.string_types):
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbplatform.py | 45 elif isinstance(values, six.string_types):
|
| H A D | lldbpexpect.py | 75 assert not isinstance(substrs, six.string_types), \
|
| H A D | decorators.py | 85 if isinstance(expected, (_re_pattern_type,) + six.string_types):
|
| H A D | lldbtest.py | 2283 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 D | test_functiontestcase.py | 128 self.assertIsInstance(test.id(), six.string_types)
|
| H A D | test_case.py | 546 self.assertIsInstance(Foo().id(), six.string_types)
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/six/ |
| H A D | six.py | 41 string_types = str, variable 49 string_types = basestring, variable
|