MCPcopy 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

symlinkFunction · 0.80
renameFunction · 0.80
linkFunction · 0.80

Calls 2

replaceMethod · 0.45
to_ownedMethod · 0.45

Tested by

no test coverage detected