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

Function this

tests/data/simple_cases/docstring.py:85–88  ·  view source on GitHub ↗

r""" 'hey ho'

()

Source from the content-addressed store, hash-verified

83
84
85def this():
86 r"""
87 'hey ho'
88 """
89
90
91def that():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected