magic_network
magic_network()Returns the magic network of ID 0.
The magic network collects populations and projections created directly, like in the old (<5.0) API.
pop = ann.Population(1000, ann.Izhikevich)
proj = ann.Projection(pop, pop, 'exc)
net = magic_network()
net.compile()