Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
class
DummyMagics(magic.Magics):
pass
40
41
def
test_extract_code_ranges():
42
instr =
"1 3 5-6 7-9 10:15 17: :10 10- -13 :"
Callers
3
test_magic_parse_options
Function · 0.85
test_magic_parse_long_options
Function · 0.85
test_parse_options
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_magic_parse_options
Function · 0.68
test_magic_parse_long_options
Function · 0.68
test_parse_options
Function · 0.68