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

Method _mesg

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

Source from the content-addressed store, hash-verified

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