MCPcopy 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

userMethod · 0.95
pass_Method · 0.95
statMethod · 0.95
listMethod · 0.95
deleMethod · 0.95
noopMethod · 0.95
rsetMethod · 0.95
quitMethod · 0.95
rpopMethod · 0.95
apopMethod · 0.95
uidlMethod · 0.95
utf8Method · 0.95

Calls 2

_putcmdMethod · 0.95
_getrespMethod · 0.95

Tested by

no test coverage detected