D | __init__.py | 8 from xdr_ast import _XdrAst, Specification, _RpcProgram, _XdrTypeSpecifier 37 def find_xdr_program_name(root: Specification) -> str: argument 50 """Extract the header guard infix from the specification filename""" 79 def emit_declaration(self, filename: str, root: Specification) -> None: argument 83 def emit_definition(self, filename: str, root: Specification) -> None: argument 87 def emit_source(self, filename: str, root: Specification) -> None: argument
|