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

Method log_info

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

Source from the content-addressed store, hash-verified

420 sys.stderr.write('log: %s\n' % str(message))
421
422 def log_info(self, message, type='info'):
423 if type not in self.ignore_log_types:
424 print('%s: %s' % (type, message))
425
426 def handle_read_event(self):
427 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 1

printFunction · 0.50

Tested by

no test coverage detected