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

Method sub

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

Source from the content-addressed store, hash-verified

328
329impl ModuleItemMeta {
330 pub fn sub(&self) -> Result<bool> {
331 self.inner()._bool("sub")
332 }
333}
334
335pub(crate) struct AttrItemMeta(pub ItemMetaInner);

Callers 6

stdlib_re.pyFile · 0.45
to_pascal_caseFunction · 0.45
extra_infoFunction · 0.45
_single_to_double_quotesFunction · 0.45
docMethod · 0.45
impl_pymoduleFunction · 0.45

Calls 2

_boolMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected