Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
133
struct Fd(BorrowedFd<'static>);
134
135
impl TryFromObject for Fd {
136
fn try_from_object(vm: &VirtualMachine, obj: PyObjectRef) -> PyResult<Self> {
Callers
4
try_from_object
Method · 0.85
init
Method · 0.85
fchown
Function · 0.85
fpathconf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected