Changes between Initial Version and Version 1 of Ticket #19543, comment 1


Ignore:
Timestamp:
Jan 7, 2013, 12:32:51 PM (12 years ago)
Author:
Preston Holmes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19543, comment 1

    initial v1  
    11Since a lazy object represents itself as the target class - it should try to be that class as much as possible, and not try to be "something special" even though it is.
    22
    3 So __repr__ should just proxy like other magic methods on the class.
     3So {{{__repr__}}} should just proxy like other magic methods on the class.
    44
    5 Accepting the ticket based on the fact that we should do something explicit for __repr__, but rejecting the wrapped result.
     5Accepting the ticket based on the fact that we should do something explicit for {{{__repr__}}}, but rejecting the wrapped result.
Back to Top