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