Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/psf/black
/ no
Function
no
tests/optional.py:121–124 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
119
120
@lru_cache()
121
def
no(name: str) -> str:
122
if
name.startswith(
"no_"
):
123
return
name[len(
"no_"
) :]
124
return
"no_"
+ name
Callers
1
pytest_configure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected