MCPcopy 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
31impl ExpandTabsArgs {
32 pub fn tabsize(&self) -> usize {
33 self.tabsize.to_usize().unwrap_or(0)
34 }
35}
36
37#[derive(FromArgs)]

Callers 2

expandtabsMethod · 0.80
expandtabsMethod · 0.80

Calls 1

to_usizeMethod · 0.45

Tested by

no test coverage detected