Changes between Version 110 and Version 111 of j2p


Ignore:
Timestamp:
08/19/24 16:26:57 (2 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v110 v111  
    317317
    318318
     319
     320{{{#!td style="background: #efe"
     321import 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
     323It may be better to put an extra #PY with the import at the top of the code.
     324}}}
     325
     326
    319327== Translator plugins
    320328J2P 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.