create_multimethod¶
- uarray.create_multimethod(*args, **kwargs)[source]¶
Creates a decorator for generating multimethods.
This function creates a decorator that can be used with an argument extractor in order to generate a multimethod. Other than for the argument extractor, all arguments are passed on to
generate_multimethod.See also
generate_multimethodGenerates a multimethod.