MCPcopy 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
32def document_text() -> str:
33 return f"{HEADER}{''.join(format_profile(profile_name, profile) for profile_name, profile in profiles.items())}"
34
35
36def write_document():

Callers 1

write_documentFunction · 0.70

Calls 1

format_profileFunction · 0.85

Tested by

no test coverage detected