MCPcopy
hub / github.com/PiLiDAR/PiLiDAR / set

Method set

lib/config.py:157–161  ·  view source on GitHub ↗
(self, value, *args)

Source from the content-addressed store, hash-verified

155 return value
156
157 def set(self, value, *args):
158 d = self.dict
159 for key in args[:-1]:
160 d = d.setdefault(key, {})
161 d[args[-1]] = value
162
163
164 def update_target_res(self, target_res):

Callers 5

__init__Method · 0.95
set_deviceMethod · 0.95
update_target_resMethod · 0.95
process_3D.pyFile · 0.80
pointcloud.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected