MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / attach_fake_canvas

Function attach_fake_canvas

tests/utils/test_skeleton.py:42–44  ·  view source on GitHub ↗
(builder)

Source from the content-addressed store, hash-verified

40
41
42def attach_fake_canvas(builder):
43 builder.fig = Figure()
44 builder.fig.canvas.draw_idle = lambda: None
45
46
47# ---------------------------------------------------------------------

Calls

no outgoing calls

Tested by

no test coverage detected