audeering / audobject

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

DOC: provide more background information about function resolver #21

Closed frankenjoe closed 9 months ago

frankenjoe commented 2 years ago

Properly serializing functions only works under specific conditions. E.g. a function most not reference other local functions or objects. It would be good to include a more detailed discussion what is possible and what are the limitations.