Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
list
Method · 0.95
retr
Method · 0.95
top
Method · 0.95
uidl
Method · 0.95
capa
Method · 0.95
Calls
2
_putcmd
Method · 0.95
_getlongresp
Method · 0.95
Tested by
no test coverage detected