Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2393
class
MinimalQueueProtocol:
2394
def
put_nowait(self, x):
pass
2395
def
get(self):
pass
2396
2397
def
queueMaker():
Callers
9
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
Calls
no outgoing calls
Tested by
no test coverage detected