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

Method method

tests/data/simple_cases/docstring.py:6–10  ·  view source on GitHub ↗

Multiline method docstring

(self)

Source from the content-addressed store, hash-verified

4 """
5
6 def method(self):
7 """Multiline
8 method docstring
9 """
10 pass
11
12
13def foo():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected