MCPcopy Create free account
hub / github.com/ipython/ipython / DummyMagics

Class DummyMagics

IPython/core/tests/test_magic.py:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38@magic.magics_class
39class DummyMagics(magic.Magics): pass
40
41def test_extract_code_ranges():
42 instr = "1 3 5-6 7-9 10:15 17: :10 10- -13 :"

Callers 3

test_magic_parse_optionsFunction · 0.85
test_parse_optionsFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_magic_parse_optionsFunction · 0.68
test_parse_optionsFunction · 0.68