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

Method _longcmd

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

Source from the content-addressed store, hash-verified

184 # Internal: send a command and get the response plus following text
185
186 def _longcmd(self, line):
187 self._putcmd(line)
188 return self._getlongresp()
189
190
191 # 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