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

Method _longcmd

Lib/poplib.py:188–190  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

186 # Internal: send a command and get the response plus following text
187
188 def _longcmd(self, line):
189 self._putcmd(line)
190 return self._getlongresp()
191
192
193 # These can be useful:

Callers 5

listMethod · 0.95
retrMethod · 0.95
topMethod · 0.95
uidlMethod · 0.95
capaMethod · 0.95

Calls 2

_putcmdMethod · 0.95
_getlongrespMethod · 0.95

Tested by

no test coverage detected