MCPcopy
hub / github.com/PiLiDAR/PiLiDAR / get

Method get

lib/config.py:151–155  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

149
150
151 def get(self, *args):
152 value = self.dict
153 for key in args:
154 value = value[key]
155 return value
156
157 def set(self, value, *args):
158 d = self.dict

Callers 15

__init__Method · 0.95
initMethod · 0.95
set_deviceMethod · 0.95
gpio_setupMethod · 0.95
PiLiDAR.pyFile · 0.80
filter_3D.pyFile · 0.80
meshing_test.pyFile · 0.80
hugin_stitchFunction · 0.80
hugin_refineFunction · 0.80
postprocess_3DFunction · 0.80
process_rawFunction · 0.80
a4988_driver.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected