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

Class Fd

crates/stdlib/src/posixsubprocess.rs:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132#[derive(Copy, Clone)]
133struct Fd(BorrowedFd<'static>);
134
135impl TryFromObject for Fd {
136 fn try_from_object(vm: &VirtualMachine, obj: PyObjectRef) -> PyResult<Self> {

Callers 4

try_from_objectMethod · 0.85
initMethod · 0.85
fchownFunction · 0.85
fpathconfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected