Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _shortcmd
Method
_shortcmd
Lib/poplib.py:181–183 ·
view source on GitHub ↗
(self, line)
Source
from the content-addressed store, hash-verified
179
# Internal: send a command and get the response
180
181
def
_shortcmd(self, line):
182
self._putcmd(line)
183
return
self._getresp()
184
185
186
# Internal: send a command and get the response plus following text
Callers
13
user
Method · 0.95
pass_
Method · 0.95
stat
Method · 0.95
list
Method · 0.95
dele
Method · 0.95
noop
Method · 0.95
rset
Method · 0.95
quit
Method · 0.95
rpop
Method · 0.95
apop
Method · 0.95
uidl
Method · 0.95
utf8
Method · 0.95
Calls
2
_putcmd
Method · 0.95
_getresp
Method · 0.95
Tested by
no test coverage detected