MCPcopy Index your code
hub / github.com/ipython/ipython / parse_argstring

Function parse_argstring

IPython/core/magic_arguments.py:195–198  ·  view source on GitHub ↗

Parse the string of arguments for the given magic function.

(magic_func, argstring, *, partial=False)

Source from the content-addressed store, hash-verified

193
194
195def parse_argstring(magic_func, argstring, *, partial=False):
196 """ Parse the string of arguments for the given magic function.
197 """
198 return magic_func.parser.parse_argstring(argstring, partial=partial)
199
200
201def real_name(magic_func):

Callers 8

historyMethod · 0.90
magic_foo1Function · 0.90
magic_foo2Function · 0.90
magic_foo3Function · 0.90
magic_foo4Function · 0.90
magic_foo5Function · 0.90
magic_magic_fooFunction · 0.90
fooFunction · 0.90

Calls 1

parse_argstringMethod · 0.80

Tested by 7

magic_foo1Function · 0.72
magic_foo2Function · 0.72
magic_foo3Function · 0.72
magic_foo4Function · 0.72
magic_foo5Function · 0.72
magic_magic_fooFunction · 0.72
fooFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…