MCPcopy Index your code
hub / github.com/RustPython/RustPython / isascii

Method isascii

Lib/collections/__init__.py:1509–1510  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1507 return self.data.isalnum()
1508
1509 def isascii(self):
1510 return self.data.isascii()
1511
1512 def isdecimal(self):
1513 return self.data.isdecimal()

Callers 15

__calc_alt_digitsMethod · 0.45
__calc_date_timeMethod · 0.45
_check_echo_charFunction · 0.45
fromisoformatMethod · 0.45
_display_widthFunction · 0.45
_parse_octetMethod · 0.45
quoteFunction · 0.45
normalize_encodingFunction · 0.45
_foldMethod · 0.45
test_isasciiMethod · 0.45
test_expanduser_pwd2Method · 0.45

Calls

no outgoing calls

Tested by 7

test_isasciiMethod · 0.36
test_expanduser_pwd2Method · 0.36
test_roundtripsMethod · 0.36
decoratorFunction · 0.36