Changes between Version 110 and Version 111 of j2p
- Timestamp:
- 08/19/24 16:26:57 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v110 v111 317 317 318 318 319 320 {{{#!td style="background: #efe" 321 import statements will be placed in your #PY code exactly where you place it. Note that python treats import statements differently depending on where you place them. 322 323 It may be better to put an extra #PY with the import at the top of the code. 324 }}} 325 326 319 327 == Translator plugins 320 328 J2P has a modular translation mechanism. A translator plugin can be plugged in as needed, to add support for translating external libraries that are used in the java code. Also this allows to customize the translation process, for instance to use another python library for the translation.