Changes between Version 20 and Version 21 of pyson


Ignore:
Timestamp:
05/14/21 12:15:21 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v20 v21  
    122122However json requires strings as keys.
    123123
     124== Add/Extend annotations at runtime
     125You can also add/extend existing annotations at runtime.
     126You just need to update the class and function attributes.
     127For now, check the source code for details.