Home
last modified time | relevance | path

Searched refs:obj2 (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pep247.py27 obj2 = module.new(key, 'string')
35 obj2 = module.new('string')
Dtest_memoryio.py387 obj2 = pickle.loads(pickle.dumps(obj, protocol=proto))
388 self.assertEqual(obj.getvalue(), obj2.getvalue())
389 self.assertEqual(obj.__class__, obj2.__class__)
390 self.assertEqual(obj.foo, obj2.foo)
391 self.assertEqual(obj.tell(), obj2.tell())
Dtest_argparse.py23 def assertEqual(self, obj1, obj2): argument
24 if obj1 != obj2:
27 print(repr(obj2))
29 print(obj2)
30 super(TestCase, self).assertEqual(obj1, obj2)
Dtest_multiprocessing.py864 obj2 = val2.get_obj()
950 obj2 = arr2.get_obj()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h240 #define setobj(L,obj1,obj2) \ argument
241 { const TValue *io2=(obj2); TValue *io1=(obj1); \
353 #define setobj(L,obj1,obj2) \ argument
354 { const TValue *o2_=(obj2); TValue *o1_=(obj1); \