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

Method address

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

Source from the content-addressed store, hash-verified

131
132 @property
133 def address(self):
134 s = self.settings['bind'].get()
135 return [util.parse_address(util.bytes_to_str(bind)) for bind in s]
136
137 @property
138 def uid(self):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected