Changes between Initial Version and Version 2 of Ticket #18989


Ignore:
Timestamp:
Oct 26, 2012, 8:24:39 AM (11 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18989

    • Property Type UncategorizedCleanup/optimization
  • Ticket #18989 – Description

    initial v2  
    1 Shouldn't it be __getattribute__() ?
     1Shouldn't it be `__getattribute__()` ?
    22If we want set_dirty() to be called on every access to 'db' and 'cursor' attributes, definitely yes. Otherwise "if attr in self.__dict__: ..." should be removed.
    33{{{
Back to Top