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

Method islower

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

Source from the content-addressed store, hash-verified

1559 return self.data.isidentifier()
1560
1561 def islower(self):
1562 return self.data.islower()
1563
1564 def isnumeric(self):
1565 return self.data.isnumeric()

Callers 12

test_islowerMethod · 0.80
test_surrogatesMethod · 0.80
test_stringMethod · 0.80
__init__Method · 0.80
test_islowerMethod · 0.80
test_isupperMethod · 0.80
test_ctypesMethod · 0.80
test_mlsdMethod · 0.80
test_method_checksumMethod · 0.80
make_default_commandsFunction · 0.80
run_clinicFunction · 0.80

Calls

no outgoing calls

Tested by 10

test_islowerMethod · 0.64
test_surrogatesMethod · 0.64
test_stringMethod · 0.64
__init__Method · 0.64
test_islowerMethod · 0.64
test_isupperMethod · 0.64
test_ctypesMethod · 0.64
test_mlsdMethod · 0.64
test_method_checksumMethod · 0.64