Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py302 def fallback_str(self, conn, ident, obj): member in Server
309 '__str__':fallback_str,
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py313 def fallback_str(self, conn, ident, obj): member in Server
320 '__str__':fallback_str,