Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
def
initialise():
21
# Setup simulation variables.
22
build_boids()
23
build_graph()
24
25
def
build_graph():
26
# 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