MCPcopy
hub / github.com/celery/celery / isatty

Method isatty

celery/utils/log.py:258–260  ·  view source on GitHub ↗

Here for file support.

(self)

Source from the content-addressed store, hash-verified

256 self.closed = True
257
258 def isatty(self):
259 """Here for file support."""
260 return False
261
262
263def get_multiprocessing_logger():

Callers 6

test_logging_proxyMethod · 0.95
test_isattyFunction · 0.80
mainFunction · 0.80
isattyFunction · 0.80
supports_imagesFunction · 0.80

Calls

no outgoing calls

Tested by 3

test_logging_proxyMethod · 0.76
test_isattyFunction · 0.64