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

Class Point

Lib/test/test_patma.py:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12@dataclasses.dataclass
13class Point:
14 x: int
15 y: int
16
17
18class TestCompiler(unittest.TestCase):

Callers 11

test_patma_177Method · 0.70
test_patma_178Method · 0.70
test_patma_179Method · 0.70
test_patma_180Method · 0.70
test_patma_181Method · 0.70
test_patma_182Method · 0.70
test_patma_183Method · 0.70
test_patma_197Method · 0.70
test_patma_212Method · 0.70
fMethod · 0.70
test_namedtupleMethod · 0.70

Calls

no outgoing calls

Tested by 11

test_patma_177Method · 0.56
test_patma_178Method · 0.56
test_patma_179Method · 0.56
test_patma_180Method · 0.56
test_patma_181Method · 0.56
test_patma_182Method · 0.56
test_patma_183Method · 0.56
test_patma_197Method · 0.56
test_patma_212Method · 0.56
fMethod · 0.56
test_namedtupleMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…