You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The handlers do not have any configuration parameters. It would be useful to tune some handlers by setting some attributes (locale, target...) in the configuration file (application section).
The text was updated successfully, but these errors were encountered:
One way is to use an arbitrary argument lists for the init method of the cots.core.BaseProduct class, and pass all key value pairs read (only the application section) from the configuration file to the cots.core.get_handler function. This latter use the qualname item and pass all the paramters (**kwargs) to the init method.
Rational
The handlers do not have any configuration parameters. It would be useful to tune some handlers by setting some attributes (locale, target...) in the configuration file (application section).
The text was updated successfully, but these errors were encountered: