MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / width_center

Function width_center

brainworkshop.py:116–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114def from_height_center(offset):
115 return int( (window.height/2) + offset * (window.height / DEFAULT_WINDOW_HEIGHT) )
116def width_center():
117 return int(window.width/2)
118def height_center():
119 return int(window.height/2)
120

Callers 14

__init__Method · 0.85
create_batchMethod · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected