MCPcopy 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

innerMethod · 0.45
test_closeMethod · 0.45
__del__Method · 0.45
tearDownMethod · 0.45
close_loopMethod · 0.45
tearDownMethod · 0.45
test_runMethod · 0.45
test_explicit_closeMethod · 0.45
test_double_closeMethod · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
test_closeMethod · 0.45

Calls

no outgoing calls

Tested by 13

innerMethod · 0.36
test_closeMethod · 0.36
__del__Method · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
test_runMethod · 0.36
test_explicit_closeMethod · 0.36
test_double_closeMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
test_closeMethod · 0.36
tearDownMethod · 0.36