MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / items

Method items

detrsmpl/core/conventions/segmentation/__init__.py:22–23  ·  view source on GitHub ↗
(self, )

Source from the content-addressed store, hash-verified

20 self.len = len(list(self.DICT))
21
22 def items(self, ):
23 return zip(self.keys(), [self.__getitem__(key) for key in self.keys()])
24
25 def keys(self, ):
26 return self.DICT.keys()

Callers 15

reportMethod · 0.45
report_stringsMethod · 0.45
search_limbsFunction · 0.45
collect_env.pyFile · 0.45
to_ddpMethod · 0.45
_plot_kp2d_frameFunction · 0.45
_prepare_input_poseFunction · 0.45
_export_framesMethod · 0.45
toMethod · 0.45
__nice__Method · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45

Calls 2

keysMethod · 0.95
__getitem__Method · 0.95

Tested by

no test coverage detected