Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dreduction.py202 def _reduce_method(m): function
210 register(type(_C().f), _reduce_method)
266 _reduce_method = _reduce_method variable in AbstractReducer
273 register(type(_C().f), _reduce_method)
/external/python/cpython2/Lib/multiprocessing/
Dforking.py70 def _reduce_method(m): function
75 ForkingPickler.register(type(ForkingPickler.save), _reduce_method)