• Home
  • Raw
  • Download

Lines Matching refs:assertIsInstance

158         self.assertIsInstance(sys.getdefaultencoding(), str)
283 self.assertIsInstance(v[0], int)
284 self.assertIsInstance(v[1], int)
285 self.assertIsInstance(v[2], int)
286 self.assertIsInstance(v[3], int)
287 self.assertIsInstance(v[4], str)
289 self.assertIsInstance(v.major, int)
290 self.assertIsInstance(v.minor, int)
291 self.assertIsInstance(v.build, int)
292 self.assertIsInstance(v.platform, int)
293 self.assertIsInstance(v.service_pack, str)
294 self.assertIsInstance(v.service_pack_minor, int)
295 self.assertIsInstance(v.service_pack_major, int)
296 self.assertIsInstance(v.suite_mask, int)
297 self.assertIsInstance(v.product_type, int)
336 self.assertIsInstance(sys.gettotalrefcount(), int)
379 self.assertIsInstance(tid, int)
413 self.assertIsInstance(sys.api_version, int)
414 self.assertIsInstance(sys.argv, list)
416 self.assertIsInstance(sys.builtin_module_names, tuple)
417 self.assertIsInstance(sys.copyright, str)
418 self.assertIsInstance(sys.exec_prefix, str)
419 self.assertIsInstance(sys.base_exec_prefix, str)
420 self.assertIsInstance(sys.executable, str)
428 self.assertIsInstance(sys.hexversion, int)
442 self.assertIsInstance(sys.hash_info.inf, int)
443 self.assertIsInstance(sys.hash_info.nan, int)
444 self.assertIsInstance(sys.hash_info.imag, int)
462 self.assertIsInstance(sys.maxsize, int)
463 self.assertIsInstance(sys.maxunicode, int)
465 self.assertIsInstance(sys.platform, str)
466 self.assertIsInstance(sys.prefix, str)
467 self.assertIsInstance(sys.base_prefix, str)
468 self.assertIsInstance(sys.version, str)
470 self.assertIsInstance(vi[:], tuple)
472 self.assertIsInstance(vi[0], int)
473 self.assertIsInstance(vi[1], int)
474 self.assertIsInstance(vi[2], int)
476 self.assertIsInstance(vi[4], int)
477 self.assertIsInstance(vi.major, int)
478 self.assertIsInstance(vi.minor, int)
479 self.assertIsInstance(vi.micro, int)
481 self.assertIsInstance(vi.serial, int)
488 self.assertIsInstance(sys.float_repr_style, str)
491 self.assertIsInstance(sys.abiflags, str)
825 self.assertIsInstance(level, int)