Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ islower
Method
islower
Lib/collections/__init__.py:1521–1522 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1519
return
self.data.isidentifier()
1520
1521
def
islower(self):
1522
return
self.data.islower()
1523
1524
def
isnumeric(self):
1525
return
self.data.isnumeric()
Callers
10
test_islower
Method · 0.45
test_surrogates
Method · 0.45
test_algorithms_guaranteed
Method · 0.45
test_string
Method · 0.45
__init__
Method · 0.45
test_islower
Method · 0.45
test_isupper
Method · 0.45
test_mlsd
Method · 0.45
test_method_checksum
Method · 0.45
make_default_commands
Function · 0.45
Calls
no outgoing calls
Tested by
9
test_islower
Method · 0.36
test_surrogates
Method · 0.36
test_algorithms_guaranteed
Method · 0.36
test_string
Method · 0.36
__init__
Method · 0.36
test_islower
Method · 0.36
test_isupper
Method · 0.36
test_mlsd
Method · 0.36
test_method_checksum
Method · 0.36