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

Class Subclass

Lib/test/test_dataclasses/__init__.py:765–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763
764 # Check subtypes also fail.
765 class Subclass(typ): pass
766
767 with self.assertRaisesRegex(ValueError,
768 "mutable default .*Subclass'>"

Callers 2

PointClass · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected