floatcsep.utils.parse_csep_func

floatcsep.utils.parse_csep_func(func)[source]

Searchs in pyCSEP and floatCSEP a function or method whose name matches the provided string.

Parameters:

func (str, obj) – representing the name of the pycsep/floatcsep function or method

Returns:

The callable function/method object. If it was already callable, returns the same input