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

Function getfilesystemencodeerrors

crates/vm/src/stdlib/sys.rs:982–984  ·  view source on GitHub ↗
(vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

980
981 #[pyfunction]
982 fn getfilesystemencodeerrors(vm: &VirtualMachine) -> PyUtf8StrRef {
983 vm.fs_encode_errors().to_owned()
984 }
985
986 #[pyfunction]
987 fn getprofile(vm: &VirtualMachine) -> PyObjectRef {

Callers

nothing calls this directly

Calls 2

fs_encode_errorsMethod · 0.80
to_ownedMethod · 0.45

Tested by

no test coverage detected