HomeSort by relevance Sort by last modified time
    Searched refs:method_to_typeid (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/multiprocessing/
managers.py 379 callable, exposed, method_to_typeid, proxytype = \
390 if method_to_typeid is not None:
391 assert type(method_to_typeid) is dict
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
640 method_to_typeid=None, create_method=True):
652 method_to_typeid = method_to_typeid or \
655 if method_to_typeid:
656 for key, value in method_to_typeid.items()
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 352 callable, exposed, method_to_typeid, proxytype = \
363 if method_to_typeid is not None:
364 assert type(method_to_typeid) is dict
365 exposed = list(exposed) + list(method_to_typeid)
371 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
635 method_to_typeid=None, create_method=True):
647 method_to_typeid = method_to_typeid or \
650 if method_to_typeid:
651 for key, value in list(method_to_typeid.items())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 379 callable, exposed, method_to_typeid, proxytype = \
390 if method_to_typeid is not None:
391 assert type(method_to_typeid) is dict
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
640 method_to_typeid=None, create_method=True):
652 method_to_typeid = method_to_typeid or \
655 if method_to_typeid:
656 for key, value in method_to_typeid.items()
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 379 callable, exposed, method_to_typeid, proxytype = \
390 if method_to_typeid is not None:
391 assert type(method_to_typeid) is dict
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
640 method_to_typeid=None, create_method=True):
652 method_to_typeid = method_to_typeid or \
655 if method_to_typeid:
656 for key, value in method_to_typeid.items()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 379 callable, exposed, method_to_typeid, proxytype = \
390 if method_to_typeid is not None:
391 assert type(method_to_typeid) is dict
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
640 method_to_typeid=None, create_method=True):
652 method_to_typeid = method_to_typeid or \
655 if method_to_typeid:
656 for key, value in method_to_typeid.items()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 379 callable, exposed, method_to_typeid, proxytype = \
390 if method_to_typeid is not None:
391 assert type(method_to_typeid) is dict
392 exposed = list(exposed) + list(method_to_typeid)
398 self.id_to_obj[ident] = (obj, set(exposed), method_to_typeid)
640 method_to_typeid=None, create_method=True):
652 method_to_typeid = method_to_typeid or \
655 if method_to_typeid:
656 for key, value in method_to_typeid.items()
    [all...]

Completed in 87 milliseconds