Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
Dmanagers.py696 method_to_typeid=None, create_method=True): argument
720 if create_method:
1225 SyncManager.register('Iterator', proxytype=IteratorProxy, create_method=False)
1226 SyncManager.register('AsyncResult', create_method=False)
/third_party/python/Doc/library/
Dmultiprocessing.rst1705 ….. method:: register(typeid[, callable[, proxytype[, exposed[, method_to_typeid[, create_method]]]…
1716 *create_method* argument is ``False`` then this can be left as
1739 *create_method* determines whether a method should be created with name