Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_digits
Method · 0.80
__calc_date_time
Method · 0.80
_check_echo_char
Function · 0.80
fromisoformat
Method · 0.80
_display_width
Function · 0.80
__init__
Method · 0.80
_compute_suggestion_error
Function · 0.80
_prefix_from_prefix_string
Method · 0.80
_parse_octet
Method · 0.80
quote
Function · 0.80
_guess_delimiter
Method · 0.80
normalize_encoding
Function · 0.80
Calls
no outgoing calls
Tested by
8
test_isascii
Method · 0.64
test_expanduser_pwd2
Method · 0.64
test_ctypes
Method · 0.64
test_unicode_guard_env
Method · 0.64
test_roundtrips
Method · 0.64
test_attributes_bad_port
Method · 0.64
test_attributes_bad_scheme
Method · 0.64
decorator
Function · 0.64