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

Class QueueManager2

Lib/test/_test_multiprocessing.py:3515–3516  ·  view source on GitHub ↗

manager class which specifies the same interface as QueueManager

Source from the content-addressed store, hash-verified

3513QueueManager.register('get_queue', callable=get_queue)
3514
3515class QueueManager2(BaseManager):
3516 '''manager class which specifies the same interface as QueueManager'''
3517QueueManager2.register('get_queue')
3518
3519

Callers 2

_putterMethod · 0.85
test_remoteMethod · 0.85

Calls

no outgoing calls

Tested by 2

_putterMethod · 0.68
test_remoteMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…