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

Function test_command_chain_dispatcher_eq_priority

tests/test_hooks.py:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82
83
84def test_command_chain_dispatcher_eq_priority():
85 okay1 = Okay("okay1")
86 okay2 = Okay("okay2")
87 dp = CommandChainDispatcher([(1, okay1)])
88 dp.add(okay2, 1)

Callers

nothing calls this directly

Calls 3

addMethod · 0.95
OkayClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…