Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ filename2
Method
filename2
crates/vm/src/exceptions.rs:1312–1315 ·
view source on GitHub ↗
(mut self, filename: PyObjectRef)
Source
from the content-addressed store, hash-verified
1310
#[must_use]
1311
#[allow(dead_code)]
1312
pub(crate) fn filename2(mut self, filename: PyObjectRef) -> Self {
1313
self.filename2.replace(filename);
1314
self
1315
}
1316
1317
#[must_use]
1318
#[cfg(windows)]
Callers
3
symlink
Function · 0.80
rename
Function · 0.80
link
Function · 0.80
Calls
2
replace
Method · 0.45
to_owned
Method · 0.45
Tested by
no test coverage detected