CodegenResult
Constructor:
Signature:
def __init__(self, files: List[CodegenFile]) -> None: ...
Parameters:
-
files:
- Type
-
List[CodegenFile]
Methods:
-
to_string
Signature:
def to_string(self) -> str:... -
write
Signature:
def write(self, folder: Path) -> None:...Parameters:
-
folder:
- Type
-
Path
-
Attributes:
-
files:
- Type
-
List[CodegenFile]