Changes between Initial Version and Version 1 of Ticket #16176, comment 9
- Timestamp:
- Oct 21, 2015, 4:56:26 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16176, comment 9
initial v1 6 6 7 7 In my opinion there are three possible solutions: 8 * delete all class attributesthat will be overwritten by fields later (e.g. in add_to_class after the "contribute-to-class" check")9 * delete class attributesthat have a `__set__` method defined8 * ~~delete~~ //overwrite// all class attributes //with None// that will be overwritten by fields later (e.g. in add_to_class after the "contribute-to-class" check") 9 * ~~delete~~ //overwrite// class attributes //with None// that have a `__set__` method defined 10 10 * set the class attributes to a specific value (e.g. a to be written class) to mark them as to be overwritten later (melinath's suggestion) 11 11