Alexander Varga

Results 1 issues of Alexander Varga

## Summary Enables generating code directly into files: ```py with open('code.py', 'w') as f: module.write_code(f) ``` rather than ```py code = module.code with open('code.py', 'w') as f: f.write(code) ``` It...

CLA Signed