modeci_mdf.functions.standard.add_function_from_callable

modeci_mdf.functions.standard.add_function_from_callable(f: Callable, module_alias: Optional[str] = None)[source]

Adds a standard function from a callable.

Parameters:
  • f – A callable object.

  • module_alias – A string to prepend to the function name.

Returns:

None