Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ is_closed
Method
is_closed
Lib/test/support/channels.py:120–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
119
@property
120
def
is_closed(self):
121
return
self._info.closed
122
123
124
_NOT_SET = object()
Callers
14
inner
Method · 0.45
test_close
Method · 0.45
__del__
Method · 0.45
tearDown
Method · 0.45
close_loop
Method · 0.45
tearDown
Method · 0.45
test_run
Method · 0.45
test_explicit_close
Method · 0.45
test_double_close
Method · 0.45
tearDown
Method · 0.45
tearDown
Method · 0.45
test_close
Method · 0.45
Calls
no outgoing calls
Tested by
13
inner
Method · 0.36
test_close
Method · 0.36
__del__
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
test_run
Method · 0.36
test_explicit_close
Method · 0.36
test_double_close
Method · 0.36
tearDown
Method · 0.36
tearDown
Method · 0.36
test_close
Method · 0.36
tearDown
Method · 0.36