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

Function zort

tests/data/simple_cases/docstring.py:40–45  ·  view source on GitHub ↗

Another multiline docstring

()

Source from the content-addressed store, hash-verified

38
39
40def zort():
41 """Another
42 multiline
43 docstring
44 """
45 pass
46
47def poit():
48 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected