Home
last modified time | relevance | path

Searched refs:get_obj (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dsharedctypes.py202 def get_obj(self): member in SynchronizedBase
/third_party/python/Lib/
H A Dinspect.py667 get_obj = None
673 get_obj = getattr(cls, name)
677 homecls = getattr(get_obj, "__objclass__", homecls)
686 if srch_obj is get_obj:
694 if srch_obj is get_obj:
708 obj = get_obj if get_obj is not None else dict_obj
/third_party/python/Lib/test/
H A D_test_multiprocessing.py2113 obj1 = val1.get_obj()
2117 obj2 = val2.get_obj()
2122 obj3 = val3.get_obj()
2127 self.assertFalse(hasattr(arr4, 'get_obj'))
2133 self.assertFalse(hasattr(arr5, 'get_obj'))
2193 obj1 = arr1.get_obj()
2197 obj2 = arr2.get_obj()
2202 obj3 = arr3.get_obj()
2207 self.assertFalse(hasattr(arr4, 'get_obj'))
2213 self.assertFalse(hasattr(arr5, 'get_obj'))
[all...]

Completed in 9 milliseconds