MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / put_nowait

Method put_nowait

Lib/Queue.py:142–148  ·  view source on GitHub ↗

Put an item into the queue without blocking. Only enqueue the item if a free slot is immediately available. Otherwise raise the Full exception.

(self, item)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

putMethod · 0.95

Tested by

no test coverage detected