Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
421
def
write_document():
422
with
open(OUTPUT_FILE,
"w"
)
as
output_file:
423
output_file.write(document_text())
424
425
426
if
__name__ ==
"__main__"
:
Callers
1
build_config_option_docs.py
File · 0.70
Calls
1
document_text
Function · 0.70
Tested by
no test coverage detected