Lines Matching refs:file
20 """Download the json file from the url and returns a decoded object."""
53 def write_items(entities, file=sys.stdout):
54 """Write the items of the dictionary in the specified file."""
65 print('html5 = {', file=file)
67 print(' {!r}: {!a},'.format(name, entities[name]), file=file)
68 print('}', file=file)
74 # with --patch patch the Lib/html/entities.py file
88 write_items(new_html5, file=f2)