MCPcopy 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_islowerMethod · 0.45
test_surrogatesMethod · 0.45
test_stringMethod · 0.45
__init__Method · 0.45
test_islowerMethod · 0.45
test_isupperMethod · 0.45
test_mlsdMethod · 0.45
test_method_checksumMethod · 0.45
make_default_commandsFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_islowerMethod · 0.36
test_surrogatesMethod · 0.36
test_stringMethod · 0.36
__init__Method · 0.36
test_islowerMethod · 0.36
test_isupperMethod · 0.36
test_mlsdMethod · 0.36
test_method_checksumMethod · 0.36