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

Method unbounditems

Lib/test/support/channels.py:206–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

204
205 @property
206 def unbounditems(self):
207 try:
208 _, items = self._unbound
209 except AttributeError:
210 op, _ = _channels.get_queue_defaults(self._id)
211 _, items = self._set_unbound(op)
212 return items
213
214 @property
215 def is_closed(self):

Callers

nothing calls this directly

Calls 1

_set_unboundMethod · 0.95

Tested by

no test coverage detected