Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ isprintable
Method
isprintable
Lib/collections/__init__.py:1567–1568 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1565
return
self.data.isnumeric()
1566
1567
def
isprintable(self):
1568
return
self.data.isprintable()
1569
1570
def
isspace(self):
1571
return
self.data.isspace()
Callers
6
_check_echo_char
Function · 0.80
escape_char
Method · 0.80
test_isprintable
Method · 0.80
test_isprintable_invariant
Method · 0.80
escape_ascii
Function · 0.80
write_repr
Method · 0.80
Calls
no outgoing calls
Tested by
2
test_isprintable
Method · 0.64
test_isprintable_invariant
Method · 0.64