MCPcopy 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_drawMethod · 0.45
on_drawMethod · 0.45
on_drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
on_drawMethod · 0.45
on_drawFunction · 0.45
scale_brainFunction · 0.45

Calls 1

create_batchMethod · 0.95

Tested by

no test coverage detected