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

Method put_nowait

Lib/test/test_logging.py:2420–2420  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

2418
2419class MinimalQueueProtocol:
2420 def put_nowait(self, x): pass
2421 def get(self): pass
2422
2423def queueMaker():

Callers 15

test_nowaitMethod · 0.45
test_shrinking_queueMethod · 0.45
test_basicMethod · 0.45
test_task_doneMethod · 0.45
test_shutdown_emptyMethod · 0.45
test_saturationMethod · 0.45
runMethod · 0.45
test_blockingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected