Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_empty
Method
is_empty
crates/common/src/cformat.rs:163–165 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
161
fn chars(&self) -> impl Iterator<Item = Self::Char>;
162
fn len(&self) -> usize;
163
fn is_empty(&self) -> bool {
164
self.len() == 0
165
}
166
fn concat(self, other: Self) -> Self;
167
}
168
Callers
3
fill_string
Method · 0.45
fill_string_with_precision
Method · 0.45
parse
Method · 0.45
Implementers
1
cformat.rs
crates/common/src/cformat.rs
Calls
1
len
Method · 0.45
Tested by
no test coverage detected