Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ fmt_desc
Method
fmt_desc
gunicorn/config.py:276–279 ·
view source on GitHub ↗
(cls, desc)
Source
from the content-addressed store, hash-verified
274
return
new_class
275
276
def
fmt_desc(cls, desc):
277
desc = textwrap.dedent(desc).strip()
278
setattr(cls,
"desc"
, desc)
279
setattr(cls,
"short"
, desc.splitlines()[0])
280
281
282
class
Setting:
Callers
1
__new__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected