MCPcopy Index your code
hub / github.com/RustPython/RustPython / run

Function run

Lib/imaplib.py:1919–1924  ·  view source on GitHub ↗
(cmd, args)

Source from the content-addressed store, hash-verified

1917 )
1918
1919 def run(cmd, args):
1920 M._mesg('%s %s' % (cmd, args))
1921 typ, dat = getattr(M, cmd)(*args)
1922 M._mesg('%s => %s %s' % (cmd, typ, dat))
1923 if typ == 'NO': raise dat[0]
1924 return dat
1925
1926 try:
1927 if stream_command:

Callers 1

imaplib.pyFile · 0.70

Calls 2

getattrFunction · 0.85
_mesgMethod · 0.80

Tested by

no test coverage detected