Searched refs:sub_debug (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/multiprocessing/ |
H A D | util.py | 22 'sub_debug', 'debug', 'info', 'sub_warning', 'get_logger', 44 def sub_debug(msg, *args): function 209 sub_debug=sub_debug, getpid=os.getpid): 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)
|
H A D | connection.py | 647 util.sub_debug('listener created with address=%r', self._address) 690 util.sub_debug('closing listener with address=%r', address)
|
Completed in 2 milliseconds