Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ getXVel
Method
getXVel
brickout-game/brickout-game.py:53–54 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
51
self.__height = h
52
53
def
getXVel(self):
54
return
self.__xVel
55
56
def
getYVel(self):
57
return
self.__yVel
Callers
1
collide
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected