pyquibbler.is_quiby

pyquibbler.is_quiby(func: Callable) bool

Check whether a given function is modified to work directly with quib arguments (“quiby”).

Return type:

bool

See also

q, quiby, list_quiby_funcs

Examples

>>> is_quiby(np.sin)  # -> True
>>> is_quiby(len)  # -> False