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
Add @configurable.method(key), which will be configured from self._cfg[key] by default (i.e. when called directly). It should also be configurable normally, i.e. via Configuration.configure(obj.method) (this should already work whether or not the method is decorated with @configurable).
The text was updated successfully, but these errors were encountered:
Add
@configurable.method(key)
, which will be configured fromself._cfg[key]
by default (i.e. when called directly). It should also be configurable normally, i.e. viaConfiguration.configure(obj.method)
(this should already work whether or not the method is decorated with@configurable
).The text was updated successfully, but these errors were encountered: