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

Function foo

tests/data/miscellaneous/docstring_no_string_normalization.py:24–28  ·  view source on GitHub ↗

This is a docstring with some lines of text here

()

Source from the content-addressed store, hash-verified

22
23
24def foo():
25 """This is a docstring with
26 some lines of text here
27 """
28 return
29
30
31def baz():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected