Lines Matching refs:assertIsInstance
185 self.assertIsInstance(sys.getdefaultencoding(), str)
304 self.assertIsInstance(v[0], int)
305 self.assertIsInstance(v[1], int)
306 self.assertIsInstance(v[2], int)
307 self.assertIsInstance(v[3], int)
308 self.assertIsInstance(v[4], str)
310 self.assertIsInstance(v.major, int)
311 self.assertIsInstance(v.minor, int)
312 self.assertIsInstance(v.build, int)
313 self.assertIsInstance(v.platform, int)
314 self.assertIsInstance(v.service_pack, str)
315 self.assertIsInstance(v.service_pack_minor, int)
316 self.assertIsInstance(v.service_pack_major, int)
317 self.assertIsInstance(v.suite_mask, int)
318 self.assertIsInstance(v.product_type, int)
357 self.assertIsInstance(sys.gettotalrefcount(), int)
400 self.assertIsInstance(tid, int)
434 self.assertIsInstance(sys.api_version, int)
435 self.assertIsInstance(sys.argv, list)
437 self.assertIsInstance(sys.builtin_module_names, tuple)
438 self.assertIsInstance(sys.copyright, str)
439 self.assertIsInstance(sys.exec_prefix, str)
440 self.assertIsInstance(sys.base_exec_prefix, str)
441 self.assertIsInstance(sys.executable, str)
449 self.assertIsInstance(sys.hexversion, int)
463 self.assertIsInstance(sys.hash_info.inf, int)
464 self.assertIsInstance(sys.hash_info.nan, int)
465 self.assertIsInstance(sys.hash_info.imag, int)
483 self.assertIsInstance(sys.maxsize, int)
484 self.assertIsInstance(sys.maxunicode, int)
486 self.assertIsInstance(sys.platform, str)
487 self.assertIsInstance(sys.prefix, str)
488 self.assertIsInstance(sys.base_prefix, str)
489 self.assertIsInstance(sys.platlibdir, str)
490 self.assertIsInstance(sys.version, str)
492 self.assertIsInstance(vi[:], tuple)
494 self.assertIsInstance(vi[0], int)
495 self.assertIsInstance(vi[1], int)
496 self.assertIsInstance(vi[2], int)
498 self.assertIsInstance(vi[4], int)
499 self.assertIsInstance(vi.major, int)
500 self.assertIsInstance(vi.minor, int)
501 self.assertIsInstance(vi.micro, int)
503 self.assertIsInstance(vi.serial, int)
510 self.assertIsInstance(sys.float_repr_style, str)
513 self.assertIsInstance(sys.abiflags, str)
883 self.assertIsInstance(level, int)