| H A D | __init__.py | 8 from xdr_ast import _XdrAst, Specification, _RpcProgram, _XdrTypeSpecifier 41 def find_xdr_program_name(root: Specification) -> str: 54 """Extract the header guard infix from the specification filename""" 83 def emit_declaration(self, filename: str, root: Specification) -> None: 87 def emit_definition(self, filename: str, root: Specification) -> None: 91 def emit_source(self, filename: str, root: Specification) -> None: 40 find_xdr_program_name(root: Specification) global() argument 80 emit_declaration(self, filename: str, root: Specification) global() argument 84 emit_definition(self, filename: str, root: Specification) global() argument 88 emit_source(self, filename: str, root: Specification) global() argument
|