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

Class A

extra_tests/snippets/stdlib_abc_number.py:8–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class A(int):
9 pass
10
11
12x = A(7)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected