H A D | header_top.py | 11 from xdr_ast import Specification 22 def emit_declaration(self, filename: str, root: Specification) -> None: argument 33 def emit_definition(self, filename: str, root: Specification) -> None: argument 44 def emit_source(self, filename: str, root: Specification) -> None: argument
|