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

Class ClassWithTheDocstringAndInit

tests/data/simple_cases/class_methods_new_line.py:10–13  ·  view source on GitHub ↗

Just a docstring.

Source from the content-addressed store, hash-verified

8 def __init__(self):
9 pass
10class ClassWithTheDocstringAndInit:
11 """Just a docstring."""
12 def __init__(self):
13 pass
14class ClassWithInitAndVars:
15 cls_var = 100
16 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected