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

Function initialise

recipes/Python/502240_Boids_Version_11/recipe-502240.py:22–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.70

Calls 2

build_boidsFunction · 0.70
build_graphFunction · 0.70

Tested by

no test coverage detected