Changes between Version 65 and Version 66 of pyson


Ignore:
Timestamp:
06/29/23 16:59:41 (17 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v65 v66  
    3333The arguments in the {{{__init__}}} function are matched to the json fields.
    3434The arguments in the {{{__init__}}} must be fully typed, and these types are used to determine how to interpret the json content.
     35The {{{__init__}}} function must not be overloaded for this.
    3536
    3637You can use {{{typing.Any}}} to indicate you expect any PRIMITIVE type (int, str, dict, etc).