MCPcopy Create free account
hub / github.com/PyCQA/isort / write_document

Function write_document

scripts/build_config_option_docs.py:421–423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

419
420
421def write_document():
422 with open(OUTPUT_FILE, "w") as output_file:
423 output_file.write(document_text())
424
425
426if __name__ == "__main__":

Callers 1

Calls 1

document_textFunction · 0.70

Tested by

no test coverage detected