Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
initialise():
23
# Setup simulation variables.
24
build_boids()
25
build_graph()
26
27
def
build_graph():
28
# Build GUI environment.
Callers
1
main
Function · 0.70
Calls
2
build_boids
Function · 0.70
build_graph
Function · 0.70
Tested by
no test coverage detected