leaspy.utils.subtypes
Functions
Decorator function to delegate a method to the subtype (suffixed) method if it exists. |
Module Contents
- suffixed_method(f)
Decorator function to delegate a method to the subtype (suffixed) method if it exists.
- Parameters:
f (Callable)