nfsops.operators.operator module

Base operator object.

class nfsops.operators.operator.Operator(context: nfsops.configurations.context.ContextConfiguration)

Bases: abc.ABC

Base operator object.

__init__(context: nfsops.configurations.context.ContextConfiguration)

Initialize base operator object.

Parameters

context (ContextConfiguration) – Context configuration.

context: nfsops.configurations.context.ContextConfiguration

Context configuration.

logger: logging.Logger

Logger instance.