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

Method log_info

Lib/test/support/asyncore.py:412–414  ·  view source on GitHub ↗
(self, message, type='info')

Source from the content-addressed store, hash-verified

410 sys.stderr.write('log: %s\n' % str(message))
411
412 def log_info(self, message, type='info'):
413 if type not in self.ignore_log_types:
414 print('%s: %s' % (type, message))
415
416 def handle_read_event(self):
417 if self.accepting:

Callers 8

handle_errorMethod · 0.95
handle_exptMethod · 0.95
handle_readMethod · 0.95
handle_writeMethod · 0.95
handle_connectMethod · 0.95
handle_acceptedMethod · 0.95
handle_closeMethod · 0.95
sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected