Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ incr
Method
incr
Lib/test/test__interpchannels.py:179–180 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
177
return
self
178
179
def
incr(self):
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)
Callers
1
_run_action
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected