Changes between Version 75 and Version 76 of j2p


Ignore:
Timestamp:
05/16/24 10:44:09 (6 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v75 v76  
    3838
    3939==== constructs
    40 The {{{private}}} keyword is reflected by the python convention of adding "__" to private fields function names and method names
     40The {{{private}}} keyword is reflected by the python convention of prefixing private fields function names and method names with {{{__}}}.
    4141
    4242The {{{static}}} keyword results in fields being set in the class definition object.