MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_closed

Method is_closed

Lib/test/support/channels.py:124–125  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

122
123 @property
124 def is_closed(self):
125 return self._info.closed
126
127
128_NOT_SET = object()

Callers 13

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 12

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