MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / format_docs_code.py

File format_docs_code.py

tools/format_docs_code.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Format the code blocks in the documentation using black.
2
3this script parses the documentation files and runs black on the code blocks
4that it extracts from the documentation.

Callers

nothing calls this directly

Calls 3

mainFunction · 0.70
compileMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected