MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / _exec

Function _exec

lib/matplotlib/backends/qt_compat.py:157–159  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

155
156
157def _exec(obj):
158 # exec on PyQt6, exec_ elsewhere.
159 obj.exec() if hasattr(obj, "exec") else obj.exec_()

Callers 1

launchFunction · 0.90

Calls

no outgoing calls

Tested by 1

launchFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…