MCPcopy 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_charFunction · 0.80
escape_charMethod · 0.80
test_isprintableMethod · 0.80
escape_asciiFunction · 0.80
write_reprMethod · 0.80

Calls

no outgoing calls

Tested by 2

test_isprintableMethod · 0.64