MCPcopy 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()
121def no(name: str) -> str:
122 if name.startswith("no_"):
123 return name[len("no_") :]
124 return "no_" + name

Callers 1

pytest_configureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected