Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
109
class
SvgDraggablePoint(gui.SvgRectangle, DraggableItem):
Callers
5
on_drag
Method · 0.80
on_drag
Method · 0.80
on_drag
Method · 0.80
on_drag
Method · 0.80
on_drag
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected