Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brain-workshop/brainworkshop
/ draw
Method
draw
brainworkshop.py:2924–2926 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2922
x = width_center(), y = from_bottom_edge(35),
2923
anchor_x =
'center'
, anchor_y =
'center'
)
2924
def
draw(self):
2925
self.space.draw()
2926
self.keys.draw()
2927
2928
2929
# this is the word "brain" above the brain logo.
Callers
nothing calls this directly
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected