Skip to content
Snippets Groups Projects
  • Studer Gabriel's avatar
    66cc18be
    Python 3 disallows overwriting class properties · 66cc18be
    Studer Gabriel authored
    In Python 2, this assignment had the effect that the whole property
    (and it's lazy evaluation functionality) was completely overwritten
    and the private _chain_mapping was useless afterwards. Python 3 raises
    an AttributeError instead ("can't set attribute").
    66cc18be
    History
    Python 3 disallows overwriting class properties
    Studer Gabriel authored
    In Python 2, this assignment had the effect that the whole property
    (and it's lazy evaluation functionality) was completely overwritten
    and the private _chain_mapping was useless afterwards. Python 3 raises
    an AttributeError instead ("can't set attribute").
test_qsscoring.py 31.55 KiB