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

Method set_filename2

crates/vm/src/exceptions.rs:2154–2156  ·  view source on GitHub ↗
(&self, value: Option<PyObjectRef>, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

2152
2153 #[pygetset(setter)]
2154 fn set_filename2(&self, value: Option<PyObjectRef>, vm: &VirtualMachine) {
2155 self.filename2.swap_to_temporary_refs(value, vm);
2156 }
2157
2158 #[cfg(windows)]
2159 #[pygetset]

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected