Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tabsize
Method
tabsize
crates/vm/src/anystr.rs:32–34 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
30
31
impl ExpandTabsArgs {
32
pub fn tabsize(&self) -> usize {
33
self.tabsize.to_usize().unwrap_or(0)
34
}
35
}
36
37
#[derive(FromArgs)]
Callers
2
expandtabs
Method · 0.80
expandtabs
Method · 0.80
Calls
1
to_usize
Method · 0.45
Tested by
no test coverage detected