Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
329
impl ModuleItemMeta {
330
pub fn sub(&self) -> Result<bool> {
331
self.inner()._bool(
"sub"
)
332
}
333
}
334
335
pub(crate) struct AttrItemMeta(pub ItemMetaInner);
Callers
6
stdlib_re.py
File · 0.45
to_pascal_case
Function · 0.45
extra_info
Function · 0.45
_single_to_double_quotes
Function · 0.45
doc
Method · 0.45
impl_pymodule
Function · 0.45
Calls
2
_bool
Method · 0.80
inner
Method · 0.45
Tested by
no test coverage detected