Method summary
- __init__(self, indent)
- generate_code(self, node, out)
Methods
- __init__(self, indent)
indent is a reference to the Indenter instance of the WrapperGenerator.
- generate_code(self, node, out)
Write the code given the node in the class tree, node, and output file-like object, out.