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

Method _set_unbound

Lib/test/support/channels.py:193–199  ·  view source on GitHub ↗
(self, op, items=None)

Source from the content-addressed store, hash-verified

191# return self
192
193 def _set_unbound(self, op, items=None):
194 assert not hasattr(self, '_unbound')
195 if items is None:
196 items = _resolve_unbound(op)
197 unbound = (op, items)
198 self._unbound = unbound
199 return unbound
200
201 @property
202 def unbounditems(self):

Callers 3

unbounditemsMethod · 0.95
createFunction · 0.45
list_allFunction · 0.45

Calls 1

_resolve_unboundFunction · 0.70

Tested by

no test coverage detected