start_scope function
(Shortest import: from brian2 import start_scope)
-
brian2.core.magic.
start_scope
()[source]
Starts a new scope for magic functions
All objects created before this call will no longer be automatically
included by the magic functions such as run()
.