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

Method _mesg

Lib/imaplib.py:1389–1394  ·  view source on GitHub ↗
(self, s, secs=None)

Source from the content-addressed store, hash-verified

1387 if __debug__:
1388
1389 def _mesg(self, s, secs=None):
1390 if secs is None:
1391 secs = time.time()
1392 tm = time.strftime('%M:%S', time.localtime(secs))
1393 sys.stderr.write(' %s.%02d %s\n' % (tm, (secs*100)%100, s))
1394 sys.stderr.flush()
1395
1396 def _dump_ur(self, untagged_resp_dict):
1397 if not untagged_resp_dict:

Callers 15

_connectMethod · 0.95
_append_untaggedMethod · 0.95
_commandMethod · 0.95
_get_responseMethod · 0.95
_get_lineMethod · 0.95
_matchMethod · 0.95
_untagged_responseMethod · 0.95
_dump_urMethod · 0.95
print_logMethod · 0.95
__enter__Method · 0.80
__exit__Method · 0.80
_popMethod · 0.80

Calls 4

timeMethod · 0.45
strftimeMethod · 0.45
writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected