MCPcopy 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_charFunction · 0.45
escape_charMethod · 0.45
test_isprintableMethod · 0.45
builtin_str.pyFile · 0.45

Calls

no outgoing calls

Tested by 2

test_isprintableMethod · 0.36