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

Class Test

scripts/update_lib/cmd_auto_mark.py:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31@dataclass
32class Test:
33 name: str = ""
34 path: str = ""
35 result: str = ""
36 error_message: str = ""
37
38
39@dataclass

Calls

no outgoing calls