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

Method closing

crates/vm/src/stdlib/_io.rs:1968–1970  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1966 }
1967
1968 fn closing(&self) -> &AtomicBool {
1969 &self.closing
1970 }
1971
1972 fn finalizing(&self) -> &AtomicBool {
1973 &self.finalizing

Callers 15

_read_outputFunction · 0.80
_read_cmd_outputFunction · 0.80
_listdirFunction · 0.80
__getitem__Method · 0.80
test_sendMethod · 0.80
test1Method · 0.80
test2Method · 0.80
test3Method · 0.80
test4Method · 0.80
test5Method · 0.80
test6Method · 0.80
test_404Method · 0.80

Calls

no outgoing calls

Tested by 15

test_sendMethod · 0.64
test1Method · 0.64
test2Method · 0.64
test3Method · 0.64
test4Method · 0.64
test5Method · 0.64
test6Method · 0.64
test_404Method · 0.64
test_partial_postMethod · 0.64
test_await_17Method · 0.64
test_origin_trackingMethod · 0.64
test_dumbdbm_creationMethod · 0.64