MCPcopy Index your code
hub / github.com/RustPython/RustPython / put_nowait

Method put_nowait

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

Source from the content-addressed store, hash-verified

2392
2393class MinimalQueueProtocol:
2394 def put_nowait(self, x): pass
2395 def get(self): pass
2396
2397def queueMaker():

Callers 9

test_nowaitMethod · 0.45
test_shrinking_queueMethod · 0.45
test_basicMethod · 0.45
test_task_doneMethod · 0.45
test_shutdown_emptyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected