MCPcopy Index your code
hub / github.com/python/cpython / QueueManager

Class QueueManager

Lib/test/_test_multiprocessing.py:3511–3512  ·  view source on GitHub ↗

manager class used by server process

Source from the content-addressed store, hash-verified

3509 return _queue
3510
3511class QueueManager(BaseManager):
3512 '''manager class used by server process'''
3513QueueManager.register('get_queue', callable=get_queue)
3514
3515class QueueManager2(BaseManager):

Callers 3

test_remoteMethod · 0.85
_putterMethod · 0.85
test_rapid_restartMethod · 0.85

Calls

no outgoing calls

Tested by 3

test_remoteMethod · 0.68
_putterMethod · 0.68
test_rapid_restartMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…