MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / plain_format

Function plain_format

tools/format_docs_code.py:192–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 )
191
192 def plain_format():
193 nonlocal plain_block
194 if plain_block:
195 buffer.extend(do_plain_format(plain_block))
196 plain_block = None
197
198 disable_format = False
199 for line_no, line in enumerate(original.splitlines(), 1):

Callers 1

format_fileFunction · 0.85

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected