Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
434
impl PyStructSequenceMeta {
Callers
4
class_name
Method · 0.45
module
Method · 0.45
data_type
Method · 0.45
no_attr
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected