quantifiedcode / python-anti-patterns

An open collection of Python anti-patterns and worst practices.
https://quantifiedcode.github.io/python-anti-patterns
Other
1.71k stars 249 forks source link

Class example for property anti-pattern was passing in self not acces… #98

Closed tavakyan closed 7 years ago

tavakyan commented 7 years ago

…sing inner field properly.