MCPcopy Index your code
hub / github.com/RustPython/RustPython / log_to_stderr

Method log_to_stderr

Lib/multiprocessing/context.py:159–162  ·  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

157 return get_logger()
158
159 def log_to_stderr(self, level=None):
160 '''Turn on logging and add a handler which prints to stderr'''
161 from .util import log_to_stderr
162 return log_to_stderr(level)
163
164 def allow_connection_pickling(self):
165 '''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