MCPcopy Create free account
hub / github.com/EasyIME/PIME / _put

Method _put

python/python3/tornado/queues.py:312–313  ·  view source on GitHub ↗
(self, item: _T)

Source from the content-addressed store, hash-verified

310 return self._queue.popleft()
311
312 def _put(self, item: _T) -> None:
313 self._queue.append(item)
314
315 # End of the overridable methods.
316

Callers 1

__put_internalMethod · 0.95

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected