Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_parameter
Method
is_parameter
crates/vm/src/stdlib/_symtable.rs:299–301 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
297
298
#[pymethod]
299
const fn is_parameter(&self) -> bool {
300
self.symbol.flags.contains(SymbolFlags::PARAMETER)
301
}
302
303
#[pymethod]
304
const fn is_free(&self) -> bool {
Callers
nothing calls this directly
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected