Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
263
def
get_multiprocessing_logger():
Callers
6
test_logging_proxy
Method · 0.95
test_logging_proxy_bytes
Method · 0.95
test_isatty
Function · 0.80
main
Function · 0.80
isatty
Function · 0.80
supports_images
Function · 0.80
Calls
no outgoing calls
Tested by
3
test_logging_proxy
Method · 0.76
test_logging_proxy_bytes
Method · 0.76
test_isatty
Function · 0.64