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

Function write_document

scripts/build_profile_docs.py:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36def write_document():
37 with open(OUTPUT_FILE, "w") as output_file:
38 output_file.write(document_text())
39
40
41if __name__ == "__main__":

Callers 1

Calls 1

document_textFunction · 0.70

Tested by

no test coverage detected