Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brain-workshop/brainworkshop
/ draw
Method
draw
brainworkshop.py:1588–1592 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1586
1587
1588
def
draw(self):
1589
if
not self.batch:
1590
self.create_batch()
1591
else
:
1592
self.batch.draw()
1593
1594
def
create_batch(self):
1595
self.batch = pyglet.graphics.Batch()
Callers
11
on_draw
Method · 0.45
on_draw
Method · 0.45
on_draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
on_draw
Method · 0.45
on_draw
Function · 0.45
scale_brain
Function · 0.45
Calls
1
create_batch
Method · 0.95
Tested by
no test coverage detected