Home
last modified time | relevance | path

Searched refs:create_method (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py640 method_to_typeid=None, create_method=True): argument
664 if create_method:
1116 SyncManager.register('Iterator', proxytype=IteratorProxy, create_method=False)
1117 SyncManager.register('AsyncResult', create_method=False)
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py687 method_to_typeid=None, create_method=True): argument
711 if create_method:
1216 SyncManager.register('Iterator', proxytype=IteratorProxy, create_method=False)
1217 SyncManager.register('AsyncResult', create_method=False)
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst1416 ….. method:: register(typeid[, callable[, proxytype[, exposed[, method_to_typeid[, create_method]]]…
1426 :meth:`from_address` classmethod or if the *create_method* argument is
1449 *create_method* determines whether a method should be created with name