Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_output
Function · 0.80
_read_cmd_output
Function · 0.80
_listdir
Function · 0.80
__getitem__
Method · 0.80
test_send
Method · 0.80
test1
Method · 0.80
test2
Method · 0.80
test3
Method · 0.80
test4
Method · 0.80
test5
Method · 0.80
test6
Method · 0.80
test_404
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_send
Method · 0.64
test1
Method · 0.64
test2
Method · 0.64
test3
Method · 0.64
test4
Method · 0.64
test5
Method · 0.64
test6
Method · 0.64
test_404
Method · 0.64
test_partial_post
Method · 0.64
test_await_17
Method · 0.64
test_origin_tracking
Method · 0.64
test_dumbdbm_creation
Method · 0.64