Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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