MCPcopy Index your code
hub / github.com/rawpython/remi / round_grid

Method round_grid

editor/editor.py:105–106  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

103 self.snap_grid_size = value
104
105 def round_grid(self, value):
106 return int(value/self.snap_grid_size)*self.snap_grid_size
107
108
109class SvgDraggablePoint(gui.SvgRectangle, DraggableItem):

Callers 5

on_dragMethod · 0.80
on_dragMethod · 0.80
on_dragMethod · 0.80
on_dragMethod · 0.80
on_dragMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected