Changes between Version 75 and Version 76 of j2p
- Timestamp:
- 05/16/24 10:44:09 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v75 v76 38 38 39 39 ==== constructs 40 The {{{private}}} keyword is reflected by the python convention of adding "__" to private fields function names and method names40 The {{{private}}} keyword is reflected by the python convention of prefixing private fields function names and method names with {{{__}}}. 41 41 42 42 The {{{static}}} keyword results in fields being set in the class definition object.