Changes between Version 81 and Version 82 of pyson
- Timestamp:
- 08/28/24 15:22:39 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v81 v82 352 352 For now, check the source code for details. 353 353 354 == Overloading the constructor 355 If 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. 354 356 355 357 == Download sources