MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / run

Function run

tools/python-3.11.9-amd64/Lib/imaplib.py:1601–1606  ·  view source on GitHub ↗
(cmd, args)

Source from the content-addressed store, hash-verified

1599 )
1600
1601 def run(cmd, args):
1602 M._mesg('%s %s' % (cmd, args))
1603 typ, dat = getattr(M, cmd)(*args)
1604 M._mesg('%s => %s %s' % (cmd, typ, dat))
1605 if typ == 'NO': raise dat[0]
1606 return dat
1607
1608 try:
1609 if stream_command:

Callers 1

imaplib.pyFile · 0.70

Calls 1

_mesgMethod · 0.80

Tested by

no test coverage detected