Skip to content
Snippets Groups Projects
Commit 66cc18be authored by Studer Gabriel's avatar Studer Gabriel
Browse files

Python 3 disallows overwriting class properties

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").
parent cbe33a36
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment