(vm: &VirtualMachine)
| 298 | } |
| 299 | #[pyattr] |
| 300 | fn _stdlib_dir(vm: &VirtualMachine) -> PyObjectRef { |
| 301 | vm.state.config.paths.stdlib_dir.clone().to_pyobject(vm) |
| 302 | } |
| 303 | |
| 304 | // alphabetical order with segments of pyattr and others |
| 305 |
nothing calls this directly
no test coverage detected