audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Way to find out if object was loaded from YAML #52

Closed frankenjoe closed 2 years ago

frankenjoe commented 2 years ago

We currently have no way to find out if an object was loaded from YAML. But this could be useful, e.g. to suppress deprecation warnings in that case.