MCPcopy Create free account
hub / github.com/ddserver/ddserver / config_wsgi

Function config_wsgi

ddserver/interface/pages/index.py:33–37  ·  view source on GitHub ↗
(config_decl)

Source from the content-addressed store, hash-verified

31
32@extend('ddserver.config:ConfigDeclaration')
33def config_wsgi(config_decl):
34 with config_decl.declare('wsgi') as s:
35 s('static_files',
36 conv = str,
37 default = '/usr/share/ddserver/static')
38
39
40

Callers

nothing calls this directly

Calls 2

sFunction · 0.85
declareMethod · 0.80

Tested by

no test coverage detected