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