Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Match
Arm - A match case arm:
case <pattern>: <body> - Python
Backend - Python code generation backend.
- Python
Class - A Python class definition.
- Python
Class Var - A class variable (field) in a Python class.
- Python
Function - A Python function definition.
- Python
Module - A complete Python module (one
.pyfile). - Python
Param - Python function parameter with optional type annotation and default.
Enums§
- FString
Part - Part of an f-string.
- Python
Expr - Python expression for code generation.
- Python
Lit - Python literal value.
- Python
Stmt - Python statement for code generation.
- Python
Type - Python type annotation for type-hinted code generation (PEP 484).