Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
154
impl AsRawFd for Fd {
155
fn as_raw_fd(&self) -> RawFd {
156
self.0.as_raw_fd()
157
}
158
}
159
160
impl IntoRawFd for Fd {
Callers
10
sock_fileno
Function · 0.45
fileno
Method · 0.45
register
Method · 0.45
modify
Method · 0.45
py_new
Method · 0.45
into_raw_fd
Method · 0.45
exec_inner
Function · 0.45
dup_into_stdio
Function · 0.45
close_dir_fds
Function · 0.45
close_filetable_fds
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected