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

Class Point

Lib/test/test_patma.py:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@dataclasses.dataclass
12class Point:
13 x: int
14 y: int
15
16
17class 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