Changes between Initial Version and Version 1 of Ticket #29478, comment 2
- Timestamp:
- Jun 28, 2018, 8:58:26 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29478, comment 2
initial v1 1 Had a look at this, and the Foo instance dict does contain the __foo(and the foo2, but not the foo3 as expected).1 Had a look at this, and the Foo instance dict does contain the `__foo` (and the foo2, but not the foo3 as expected). 2 2 3 3 I think this is more a python thing where the double underscore is special and that is the reason it doesn't work and that it has nothing to do with the @cached_property decorator.