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

Function main

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

Source from the content-addressed store, hash-verified

15################################################################################
16
17def main():
18 # Start the program.
19 initialise()
20 mainloop()
21
22def initialise():
23 # Setup simulation variables.

Callers 1

recipe-502240.pyFile · 0.70

Calls 2

initialiseFunction · 0.70
mainloopFunction · 0.50

Tested by

no test coverage detected