Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyCQA/isort
/ document_text
Function
document_text
scripts/build_profile_docs.py:32–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
32
def
document_text() -> str:
33
return
f
"{HEADER}{''.join(format_profile(profile_name, profile) for profile_name, profile in profiles.items())}"
34
35
36
def
write_document():
Callers
1
write_document
Function · 0.70
Calls
1
format_profile
Function · 0.85
Tested by
no test coverage detected