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

Function wrapper

IPython/terminal/pt_inputhooks/wx.py:19–23  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

17 this case, we want to ignore interrupts.
18 """
19 def wrapper(*args, **kwargs):
20 try:
21 func(*args, **kwargs)
22 except KeyboardInterrupt:
23 pass
24 return wrapper
25
26

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…