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

Method noop

Lib/imaplib.py:781–789  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

779
780
781 def noop(self):
782 """Send NOOP command.
783
784 (typ, [data]) = <instance>.noop()
785 """
786 if __debug__:
787 if self.debug >= 3:
788 self._dump_ur(self.untagged_responses)
789 return self._simple_command('NOOP')
790
791
792 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