Changes between Version 81 and Version 82 of pyson


Ignore:
Timestamp:
08/28/24 15:22:39 (3 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pyson

    v81 v82  
    352352For now, check the source code for details.
    353353
     354== Overloading the constructor
     355If you overload the constructor, you need to put the constructor that is needed for pyson first. This bit hacky solution is needed because introspection of overloaded methods in plum only gives information on the first constructor.
    354356
    355357== Download sources