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

Method as_fd

crates/stdlib/src/posixsubprocess.rs:167–169  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

165
166impl AsFd for Fd {
167 fn as_fd(&self) -> BorrowedFd<'_> {
168 self.0.as_fd()
169 }
170}
171
172impl From<OwnedFd> for Fd {

Callers 3

sock_selectFunction · 0.45
exec_innerFunction · 0.45
dup_into_stdioFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected