Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brain-workshop/brainworkshop
/ draw
Method
draw
brainworkshop.py:2938–2939 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2936
x=field.center_x, y=field.center_y + scale_to_height(30),
2937
anchor_x=
'center'
, anchor_y=
'center'
)
2938
def
draw(self):
2939
self.label.draw()
2940
2941
# this is the word "workshop" below the brain logo.
2942
class
LogoLowerLabel:
Callers
nothing calls this directly
Calls
1
draw
Method · 0.45
Tested by
no test coverage detected