shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

strings to not match #202

Closed shairubin closed 5 months ago

shairubin commented 5 months ago

def create_bundled(d, outstream, include_files=False): """Write the information to an open outstream""" outstream.write(f"Name: {c['Name']}\n")