Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ get
Method
get
crates/vm/src/stdlib/os.rs:64–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
63
#[inline(always)]
64
pub(crate) const fn get(self) -> crt_fd::Borrowed<'fd> {
65
let [fd] = self.0;
66
fd
67
}
68
}
69
70
impl<const AVAILABLE: usize> FromArgs for DirFd<'_, AVAILABLE> {
Callers
15
format
Function · 0.45
miss
Method · 0.45
interned
Method · 0.45
write_traceback_entry
Function · 0.45
get_arg
Method · 0.45
py_new
Method · 0.45
slot_init
Method · 0.45
check_signals
Function · 0.45
trigger_signals
Function · 0.45
lookup
Method · 0.45
lookup_error_opt
Method · 0.45
error_encoding
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected