relevanceai.operations.preprocessing.utils.functools_extend
#
Module Contents#
- class relevanceai.operations.preprocessing.utils.functools_extend.singledispatchmethod(func)#
Single-dispatch generic method descriptor. Supports wrapping existing descriptors and handles non-descriptor callables as instance methods.
- register(self, cls, method=None)#
generic_method.register(cls, func) -> func Registers a new implementation for the given cls on a generic_method.