MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / items

Method items

deeplabcut/gui/widgets.py:76–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74
75 @property
76 def items(self):
77 for i in range(self.model.rowCount()):
78 yield self.model.item(i)
79
80 @property
81 def state(self):

Callers 15

internal_edgesFunction · 0.80
mainFunction · 0.80
decideFunction · 0.80
proc_videoFunction · 0.80
edit_configFunction · 0.80
keypoint_matchingFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
_generic2madlcFunction · 0.80
_generic2sdlcFunction · 0.80

Calls

no outgoing calls

Tested by 15

decideFunction · 0.64
test_association_costsFunction · 0.64
test_tracking_ellipseFunction · 0.64
test_tracking_boxFunction · 0.64
test_tracking_montblancFunction · 0.64