(vm: &VirtualMachine)
| 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 { |
nothing calls this directly
no test coverage detected