Trackable class¶
(Shortest import: from brian2 import Trackable)
-
class
brian2.core.tracking.Trackable(*args, **kw)[source]¶ Bases:
objectClasses derived from this will have their instances tracked.
The
classmethod__instances__()will return anInstanceTrackerSetof the instances of that class, and its subclasses.