Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
def
attach_fake_canvas(builder):
43
builder.fig = Figure()
44
builder.fig.canvas.draw_idle =
lambda
: None
45
46
47
# ---------------------------------------------------------------------
Callers
5
test_clear_resets_indices_segments_and_linecollection
Function · 0.85
test_on_select_adds_pairs_segments_and_updates_canvas
Function · 0.85
test_on_select_ignores_duplicate_hits
Function · 0.85
test_on_pick_right_click_removes_segment_and_pair
Function · 0.85
test_on_pick_non_right_click_does_nothing
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected