Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/black
/ inner
Function
inner
tests/data/simple_cases/function2.py:18–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
def
g():
17
"Docstring."
18
def
inner():
19
pass
20
print(
"Inner defs should breathe a little."
)
21
def
h():
22
def
inner():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected