MCPcopy Index your code
hub / github.com/python/cpython / unbounditems

Method unbounditems

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_set_unboundMethod · 0.95

Tested by

no test coverage detected