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

Class TestApp

tests/test_application.py:60–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 with TemporaryDirectory() as td:
59
60 class TestApp(BaseIPythonApplication):
61 test = Unicode().tag(config=True)
62
63 # Create the config file, so it tries to load it.
64 with open(os.path.join(td, "ipython_config.py"), "w", encoding="utf-8") as f:

Callers 1

test_cli_priorityFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_cli_priorityFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…