gemseo / core / mdofunctions

Hide inherited members

not_implementable_callable module

A non implemented callable object.

class gemseo.core.mdofunctions.not_implementable_callable.NotImplementedCallable[source]

Bases: object

A callable object which raises NotImplementedError when called.