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 from_yaml and from_yaml_file class methods could be added to the @configurable-decorated callable (as a shortcut for creating a Configuration object). It should be possible for a decorated class to override them or to opt out.
The text was updated successfully, but these errors were encountered:
The
from_yaml
andfrom_yaml_file
class methods could be added to the@configurable
-decorated callable (as a shortcut for creating aConfiguration
object). It should be possible for a decorated class to override them or to opt out.The text was updated successfully, but these errors were encountered: