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

Method as_raw_fd

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

Source from the content-addressed store, hash-verified

153
154impl AsRawFd for Fd {
155 fn as_raw_fd(&self) -> RawFd {
156 self.0.as_raw_fd()
157 }
158}
159
160impl IntoRawFd for Fd {

Callers 10

sock_filenoFunction · 0.45
filenoMethod · 0.45
registerMethod · 0.45
modifyMethod · 0.45
py_newMethod · 0.45
into_raw_fdMethod · 0.45
exec_innerFunction · 0.45
dup_into_stdioFunction · 0.45
close_dir_fdsFunction · 0.45
close_filetable_fdsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected