craftutils.observation.epoch.Time.__array_function__(function, types, args, kwargs)

Wrap numpy functions.

Parameters

functioncallable

Numpy function to wrap

typesiterable of classes

Classes that provide an __array_function__ override. Can in principle be used to interact with other classes. Below, mostly passed on to ~numpy.ndarray, which can only interact with subclasses.

argstuple

Positional arguments provided in the function call.

kwargsdict

Keyword arguments provided in the function call.