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

Function g

tests/data/simple_cases/function2.py:16–20  ·  view source on GitHub ↗

Docstring.

()

Source from the content-addressed store, hash-verified

14 **kwargs,
15 )
16def g():
17 "Docstring."
18 def inner():
19 pass
20 print("Inner defs should breathe a little.")
21def h():
22 def inner():
23 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected