MCPcopy
hub / github.com/benoitc/gunicorn / load_config

Method load_config

gunicorn/app/base.py:51–57  ·  view source on GitHub ↗

This method is used to load the configuration from one or several input(s). Custom Command line, configuration file. You have to override this method in your class.

(self)

Source from the content-addressed store, hash-verified

49 raise NotImplementedError
50
51 def load_config(self):
52 """
53 This method is used to load the configuration from one or several input(s).
54 Custom Command line, configuration file.
55 You have to override this method in your class.
56 """
57 raise NotImplementedError
58
59 def reload(self):
60 self.do_load_config()

Callers 1

do_load_configMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected