Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ no_attr
Method
no_attr
crates/derive-impl/src/pystructseq.rs:510–512 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
508
}
509
510
pub fn no_attr(&self) -> Result<bool> {
511
self.inner()._bool(
"no_attr"
)
512
}
513
}
514
515
/// Attribute macro for struct sequences.
Callers
1
gen_module_item
Method · 0.80
Calls
2
_bool
Method · 0.80
inner
Method · 0.45
Tested by
no test coverage detected