Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 20
and
Version 21
of
pyson
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/14/21 12:15:21 (
4 years
ago)
Author:
wouter
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
pyson
v20
v21
122
122
However json requires strings as keys.
123
123
124
== Add/Extend annotations at runtime
125
You can also add/extend existing annotations at runtime.
126
You just need to update the class and function attributes.
127
For now, check the source code for details.