MCPcopy 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_itemMethod · 0.80

Calls 2

_boolMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected