Lines Matching refs:assertIsInstance

91         self.assertIsInstance(e, ValueError)
106 self.assertIsInstance(e, ValueError)
121 self.assertIsInstance(e, ValueError)
134 self.assertIsInstance(e, ValueError)
252 self.assertIsInstance(sys.getdefaultencoding(), str)
339 self.assertIsInstance(v[0], int)
340 self.assertIsInstance(v[1], int)
341 self.assertIsInstance(v[2], int)
342 self.assertIsInstance(v[3], int)
343 self.assertIsInstance(v[4], str)
345 self.assertIsInstance(v.major, int)
346 self.assertIsInstance(v.minor, int)
347 self.assertIsInstance(v.build, int)
348 self.assertIsInstance(v.platform, int)
349 self.assertIsInstance(v.service_pack, str)
350 self.assertIsInstance(v.service_pack_minor, int)
351 self.assertIsInstance(v.service_pack_major, int)
352 self.assertIsInstance(v.suite_mask, int)
353 self.assertIsInstance(v.product_type, int)
392 self.assertIsInstance(sys.gettotalrefcount(), int)
436 self.assertIsInstance(tid, int)
507 self.assertIsInstance(tid, int)
538 self.assertIsInstance(sys.api_version, int)
539 self.assertIsInstance(sys.argv, list)
541 self.assertIsInstance(arg, str)
542 self.assertIsInstance(sys.orig_argv, list)
544 self.assertIsInstance(arg, str)
546 self.assertIsInstance(sys.builtin_module_names, tuple)
547 self.assertIsInstance(sys.copyright, str)
548 self.assertIsInstance(sys.exec_prefix, str)
549 self.assertIsInstance(sys.base_exec_prefix, str)
550 self.assertIsInstance(sys.executable, str)
562 self.assertIsInstance(sys.int_info.default_max_str_digits, int)
563 self.assertIsInstance(sys.int_info.str_digits_check_threshold, int)
564 self.assertIsInstance(sys.hexversion, int)
578 self.assertIsInstance(sys.hash_info.inf, int)
579 self.assertIsInstance(sys.hash_info.nan, int)
580 self.assertIsInstance(sys.hash_info.imag, int)
600 self.assertIsInstance(sys.maxsize, int)
601 self.assertIsInstance(sys.maxunicode, int)
603 self.assertIsInstance(sys.platform, str)
604 self.assertIsInstance(sys.prefix, str)
605 self.assertIsInstance(sys.base_prefix, str)
606 self.assertIsInstance(sys.platlibdir, str)
607 self.assertIsInstance(sys.version, str)
609 self.assertIsInstance(vi[:], tuple)
611 self.assertIsInstance(vi[0], int)
612 self.assertIsInstance(vi[1], int)
613 self.assertIsInstance(vi[2], int)
615 self.assertIsInstance(vi[4], int)
616 self.assertIsInstance(vi.major, int)
617 self.assertIsInstance(vi.minor, int)
618 self.assertIsInstance(vi.micro, int)
620 self.assertIsInstance(vi.serial, int)
627 self.assertIsInstance(sys.float_repr_style, str)
630 self.assertIsInstance(sys.abiflags, str)
649 self.assertIsInstance(sys._emscripten_info.emscripten_version, tuple)
650 self.assertIsInstance(sys._emscripten_info.runtime, (str, type(None)))
651 self.assertIsInstance(sys._emscripten_info.pthreads, bool)
652 self.assertIsInstance(sys._emscripten_info.shared_memory, bool)
1034 self.assertIsInstance(level, int)
1101 self.assertIsInstance(sys.stdlib_module_names, frozenset)
1103 self.assertIsInstance(name, str)