Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brain-workshop/brainworkshop
/ height_center
Function
height_center
brainworkshop.py:118–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
def
width_center():
117
return
int(window.width/2)
118
def
height_center():
119
return
int(window.height/2)
120
121
def
from_top_edge(from_edge):
122
return
int(window.height - (from_edge * window.height/DEFAULT_WINDOW_HEIGHT))
Callers
4
__init__
Method · 0.85
__init__
Method · 0.85
draw
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected