def __new__(cls, label, shape=None, function=None): obj = sympy.IndexedBase.__new__(cls, label, shape) obj.function = function return obj