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

Method copy

gunicorn/config.py:331–332  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

329 parser.add_argument(*args, **kwargs)
330
331 def copy(self):
332 return copy.copy(self)
333
334 def get(self):
335 return self.value

Callers 5

make_settingsFunction · 0.80
__init__Method · 0.80
setupMethod · 0.80
reexecMethod · 0.80
start_gunicornFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected