Home
last modified time | relevance | path

Searched defs:_rebuild_partial (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py225 def _rebuild_partial(func, args, keywords): function
272 _rebuild_partial = _rebuild_partial variable in AbstractReducer
/external/python/cpython2/Lib/multiprocessing/
Dforking.py94 def _rebuild_partial(func, args, keywords): function