Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
def
write_document():
37
with
open(OUTPUT_FILE,
"w"
)
as
output_file:
38
output_file.write(document_text())
39
40
41
if
__name__ ==
"__main__"
:
Callers
1
build_profile_docs.py
File · 0.70
Calls
1
document_text
Function · 0.70
Tested by
no test coverage detected