MCPcopy Create free account
hub / github.com/ActiveState/code / initialise

Function initialise

recipes/Python/502216_Boids_Demonstration/recipe-502216.py:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 mainloop()
19
20def initialise():
21 # Setup simulation variables.
22 build_boids()
23 build_graph()
24
25def build_graph():
26 # Build GUI environment.

Callers 1

mainFunction · 0.70

Calls 2

build_boidsFunction · 0.70
build_graphFunction · 0.70

Tested by

no test coverage detected