DefaultValidator class¶
(Shortest import: from brian2.core.preferences import DefaultValidator)
-
class
brian2.core.preferences.DefaultValidator(value)[source]¶ Bases:
objectDefault preference validator
Used by
BrianPreferenceas the default validator if none is given. First checks if the provided value is of the same class as the default value, and then if the default is aQuantity, checks that the units match.Methods
__call__(value)Call self as a function.
Details