Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
D__init__.py161 def allow_connection_pickling(): function
/external/python/cpython3/Lib/multiprocessing/
Dcontext.py164 def allow_connection_pickling(self): member in BaseContext