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

Method decr

Lib/test/test__interpchannels.py:182–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

180 return type(self)(self.pending + 1, closed=self.closed)
181
182 def decr(self):
183 return type(self)(self.pending - 1, closed=self.closed)
184
185 def close(self, *, force=True):
186 if self.closed:

Callers 1

_run_actionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected