Changes between Version 34 and Version 35 of j2p
- Timestamp:
- 06/22/23 11:15:47 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
j2p
v34 v35 59 59 * The useful variant of inner class is the non-static inner class. This class can access fields in the enclosing class. 60 60 * Python does not support accessing fields of the enclosing class unless some tricks are applied. But these tricks would break uniformity of constructors. 61 * Many deep technical reasons that largely complicate dealing with these.61 * Many deep technical reasons #175 that largely complicate dealing with these. 62 62 63 63 We recommend now: