minos.networks.decorators.definitions.abc module

class minos.networks.decorators.definitions.abc.EnrouteDecorator[source]

Bases: abc.ABC

Base Decorator class.

KIND: Final[minos.networks.decorators.definitions.kinds.EnrouteDecoratorKind]
property post_fn_name: str

Get the post execution function name.

Return type

str

Returns

A string value containing the function name.

property pre_fn_name: str

Get the pre execution function name.

Return type

str

Returns

A string value containing the function name.