gemseo.core.mdo_functions.not_implementable_callable module# A non implemented callable object. class NotImplementedCallable(name, quantity_name)[source]# Bases: object A callable object which raises NotImplementedError when called. Parameters: name (str) -- The name of the object to which the callable is attached. quantity_name (str) -- The name of the quantity of interest.