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