MCPcopy
hub / github.com/celery/celery / close

Method close

celery/utils/log.py:253–256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 pass
252
253 def close(self):
254 # when the object is closed, no write requests are
255 # forwarded to the logging object anymore.
256 self.closed = True
257
258 def isatty(self):
259 """Here for file support."""

Callers 2

test_logging_proxyMethod · 0.95

Calls

no outgoing calls

Tested by 2

test_logging_proxyMethod · 0.76