MCPcopy Index your code
hub / github.com/python/cpython / isascii

Method isascii

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

Source from the content-addressed store, hash-verified

1547 return self.data.isalnum()
1548
1549 def isascii(self):
1550 return self.data.isascii()
1551
1552 def isdecimal(self):
1553 return self.data.isdecimal()

Callers 15

__calc_alt_digitsMethod · 0.80
__calc_date_timeMethod · 0.80
_check_echo_charFunction · 0.80
fromisoformatMethod · 0.80
_display_widthFunction · 0.80
__init__Method · 0.80
_parse_octetMethod · 0.80
quoteFunction · 0.80
_guess_delimiterMethod · 0.80
normalize_encodingFunction · 0.80

Calls

no outgoing calls

Tested by 8

test_isasciiMethod · 0.64
test_expanduser_pwd2Method · 0.64
test_ctypesMethod · 0.64
test_roundtripsMethod · 0.64
decoratorFunction · 0.64