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

Class ClassWithDocstring

tests/data/simple_cases/comments9.py:37–38  ·  view source on GitHub ↗

A docstring.

Source from the content-addressed store, hash-verified

35
36
37class ClassWithDocstring:
38 """A docstring."""
39# Leading comment after a class with just a docstring
40class MyClassAfterAnotherClassWithDocstring:
41 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected