Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ flatten
Method
flatten
crates/vm/src/function/argument.rs:587–589 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
585
impl<T> OptionalOption<T> {
586
#[inline]
587
pub fn flatten(self) -> Option<T> {
588
self.into_option().flatten()
589
}
590
}
591
592
impl<T> FromArgs for OptionalArg<T>
Callers
15
then
Method · 0.45
process_python_libs
Function · 0.45
setlocale
Function · 0.45
openlog
Function · 0.45
syslog
Function · 0.45
seed
Method · 0.45
_init
Method · 0.45
sendmsg
Method · 0.45
select
Function · 0.45
getgrgid
Function · 0.45
add_done_callback
Method · 0.45
cancel
Method · 0.45
Calls
1
into_option
Method · 0.80
Tested by
no test coverage detected