MCPcopy Index your code
hub / github.com/RustPython/RustPython / isidentifier

Method isidentifier

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

Source from the content-addressed store, hash-verified

1516 return self.data.isdigit()
1517
1518 def isidentifier(self):
1519 return self.data.isidentifier()
1520
1521 def islower(self):
1522 return self.data.islower()

Callers 10

create_archiveFunction · 0.45
__init__Method · 0.45
__repr__Method · 0.45
make_dataclassFunction · 0.45
evaluateMethod · 0.45
namedtupleFunction · 0.45
_set_signatureFunction · 0.45
test_isidentifierMethod · 0.45
decoratorFunction · 0.45
checkgroupnameMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_isidentifierMethod · 0.36
decoratorFunction · 0.36