MCPcopy Index your code
hub / github.com/RustPython/RustPython / impl_attrs

Method impl_attrs

crates/derive-impl/src/util.rs:446–448  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

444 }
445
446 pub fn impl_attrs(&self) -> Result<Option<String>> {
447 self.inner()._optional_str("impl")
448 }
449
450 // pub fn mandatory_module(&self) -> Result<String> {
451 // let inner = self.inner();

Callers 1

impl_pyclassFunction · 0.80

Calls 2

_optional_strMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected