Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ argument
Method
argument
crates/vm/src/ospath.rs:37–40 ·
view source on GitHub ↗
(mut self, name: &'static str)
Source
from the content-addressed store, hash-verified
35
}
36
37
pub const fn argument(mut self, name: &'static str) -> Self {
38
self.argument_name = Some(name);
39
self
40
}
41
42
pub const fn non_strict(mut self) -> Self {
43
self.non_strict = true;
Callers
1
rename
Function · 0.80
Calls
1
Some
Class · 0.50
Tested by
no test coverage detected