Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ isprintable
Method
isprintable
Lib/collections/__init__.py:1527–1528 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1525
return
self.data.isnumeric()
1526
1527
def
isprintable(self):
1528
return
self.data.isprintable()
1529
1530
def
isspace(self):
1531
return
self.data.isspace()
Callers
5
_check_echo_char
Function · 0.45
escape_char
Method · 0.45
test_isprintable
Method · 0.45
test_isprintable_invariant
Method · 0.45
builtin_str.py
File · 0.45
Calls
no outgoing calls
Tested by
2
test_isprintable
Method · 0.36
test_isprintable_invariant
Method · 0.36