MCPcopy Create free account
hub / github.com/psf/black / ignored_docstring

Function ignored_docstring

tests/data/simple_cases/docstring.py:130–132  ·  view source on GitHub ↗

a => \ b

()

Source from the content-addressed store, hash-verified

128
129
130def ignored_docstring():
131 """a => \
132b"""
133
134def single_line_docstring_with_whitespace():
135 """ This should be stripped """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected