Changes between Version 29 and Version 30 of j2p
- Timestamp:
- 06/21/23 10:55:10 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v29 v30 42 42 ||System||sys|| 43 43 44 If function calls in python deliver a wrong object (not matching the above mapping), the translator has to inject additional code to convert it to the proper object. For example, {{{Map.getKeys()}}} in python would be {{{set(map.keys())}}} where the extra {{{set}}} converts the dict_keys into a proper set. 45 46 Note that some classes like {{{Arrays}}} or {{{Override}}} do not have a direct python equivalent. calls to static functions in these classes can still be translated. 44 47 45 48 == Usage