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

Class Int

Lib/test/test_str.py:1643–1645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1641 # a mixed-in type will use the name for %s etc.
1642 PI = 3.1415926
1643 class Int(enum.IntEnum):
1644 # IntEnum uses the value and not the name for %s etc.
1645 IDES = 15
1646 class Str(enum.StrEnum):
1647 # StrEnum uses the value and not the name for %s etc.
1648 ABC = 'abc'

Callers 1

test_countMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_countMethod · 0.56