Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2419
class
MinimalQueueProtocol:
2420
def
put_nowait(self, x):
pass
2421
def
get(self):
pass
2422
2423
def
queueMaker():
Callers
15
test_nowait
Method · 0.45
test_shrinking_queue
Method · 0.45
_shutdown_all_methods_in_one_thread
Method · 0.45
test_basic
Method · 0.45
test_task_done
Method · 0.45
test_shutdown_empty
Method · 0.45
test_shutdown_nonempty
Method · 0.45
test_shutdown_immediate
Method · 0.45
test_shutdown_immediate_with_unfinished
Method · 0.45
test_saturation
Method · 0.45
run
Method · 0.45
test_blocking
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected