Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
Dutil.py44 def sub_debug(msg, *args): function
209 sub_debug=sub_debug, getpid=os.getpid): argument
216 sub_debug('finalizer no longer registered')
219 sub_debug('finalizer ignored because different process')
222 sub_debug('finalizer calling %s with args %s and kwargs %s',
298 sub_debug('calling %s', finalizer)
Dconnection.py648 util.sub_debug('listener created with address=%r', self._address)
691 util.sub_debug('closing listener with address=%r', address)