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

Function bar

tests/data/simple_cases/docstring.py:20–24  ·  view source on GitHub ↗

This is another docstring with more lines of text

()

Source from the content-addressed store, hash-verified

18
19
20def bar():
21 '''This is another docstring
22 with more lines of text
23 '''
24 return
25
26
27def baz():

Callers 1

fooMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected