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

Function document_text

scripts/build_config_option_docs.py:417–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

415
416
417def document_text() -> str:
418 return f"{HEADER}{''.join(str(config_option) for config_option in config_options())}"
419
420
421def write_document():

Callers 1

write_documentFunction · 0.70

Calls 1

config_optionsFunction · 0.85

Tested by

no test coverage detected