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

Function one_function

tests/data/miscellaneous/docstring_no_string_normalization.py:11–13  ·  view source on GitHub ↗

This is a docstring with a single line of text.

()

Source from the content-addressed store, hash-verified

9
10
11def one_function():
12 '''This is a docstring with a single line of text.'''
13 pass
14
15
16def shockingly_the_quotes_are_normalized():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected