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

Class ALonelyClass

tests/data/miscellaneous/docstring_no_string_normalization.py:1–8  ·  view source on GitHub ↗

A multiline class docstring.

Source from the content-addressed store, hash-verified

1class ALonelyClass:
2 '''
3 A multiline class docstring.
4 '''
5 def AnEquallyLonelyMethod(self):
6 '''
7 A multiline method docstring'''
8 pass
9
10
11def one_function():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected