extract_method_options function

(Shortest import: from brian2.stateupdaters.base import extract_method_options)

brian2.stateupdaters.base.extract_method_options(method_options, default_options)[source]

Helper function to check method_options against options understood by this state updater, and setting default values for all unspecified options.