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

Function mknod

crates/vm/src/stdlib/posix.rs:1104–1106  ·  view source on GitHub ↗
(args: MknodArgs<'_>, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

1102 #[cfg(not(target_os = "redox"))]
1103 #[pyfunction]
1104 fn mknod(args: MknodArgs<'_>, vm: &VirtualMachine) -> PyResult<()> {
1105 args.mknod(vm)
1106 }
1107
1108 #[cfg(not(target_os = "redox"))]
1109 #[pyfunction]

Callers 1

_mknodMethod · 0.85

Calls 1

mknodMethod · 0.80

Tested by

no test coverage detected