MCPcopy Index your code
hub / github.com/python/cpython / log_to_stderr

Method log_to_stderr

Lib/multiprocessing/context.py:165–168  ·  view source on GitHub ↗

Turn on logging and add a handler which prints to stderr

(self, level=None)

Source from the content-addressed store, hash-verified

163 return get_logger()
164
165 def log_to_stderr(self, level=None):
166 '''Turn on logging and add a handler which prints to stderr'''
167 from .util import log_to_stderr
168 return log_to_stderr(level)
169
170 def allow_connection_pickling(self):
171 '''Install support for sending connections and sockets

Callers 1

prepareFunction · 0.80

Calls 1

log_to_stderrFunction · 0.85

Tested by

no test coverage detected