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

Method noop

Lib/imaplib.py:778–786  ·  view source on GitHub ↗

Send NOOP command. (typ, [data]) = .noop()

(self)

Source from the content-addressed store, hash-verified

776
777
778 def noop(self):
779 """Send NOOP command.
780
781 (typ, [data]) = <instance>.noop()
782 """
783 if __debug__:
784 if self.debug >= 3:
785 self._dump_ur(self.untagged_responses)
786 return self._simple_command('NOOP')
787
788
789 def partial(self, message_num, message_part, start, length):

Callers 1

recentMethod · 0.95

Calls 2

_dump_urMethod · 0.95
_simple_commandMethod · 0.95

Tested by

no test coverage detected