Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py206 def _reduce_method(m): function
270 _reduce_method = _reduce_method variable in AbstractReducer
/external/python/cpython2/Lib/multiprocessing/
Dforking.py70 def _reduce_method(m): function