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

Method inner

crates/derive-impl/src/pystructseq.rs:429–431  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

427 Self { inner }
428 }
429 fn inner(&self) -> &ItemMetaInner {
430 &self.inner
431 }
432}
433
434impl PyStructSequenceMeta {

Callers 4

class_nameMethod · 0.45
moduleMethod · 0.45
data_typeMethod · 0.45
no_attrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected