Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
def
ignored_docstring():
131
""
"a => \
132
b
""
"
133
134
def
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