Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/reactive-python/reactpy
/ Position
Class
Position
docs/source/reference/_examples/character_movement/main.py:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
class
Position(NamedTuple):
12
x: int
13
y: int
14
angle: int
15
16
17
def
rotate(degrees):
Callers
3
rotate
Function · 0.85
translate
Function · 0.85
Scene
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected