Changes between Version 65 and Version 66 of pyson
- Timestamp:
- Jun 29, 2023, 4:59:41 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v65 v66 33 33 The arguments in the {{{__init__}}} function are matched to the json fields. 34 34 The arguments in the {{{__init__}}} must be fully typed, and these types are used to determine how to interpret the json content. 35 The {{{__init__}}} function must not be overloaded for this. 35 36 36 37 You can use {{{typing.Any}}} to indicate you expect any PRIMITIVE type (int, str, dict, etc).