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

Class CustomQueue

Lib/test/test_logging.py:2394–2395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2392 pass
2393
2394class CustomQueue(queue.Queue):
2395 pass
2396
2397class CustomQueueProtocol:
2398 def __init__(self, maxsize=0):

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…