Files
openide/python/testData/codeInsight
Mikhail Golubev 247e0aeeb1 PY-21175 Add write instructions for assignments to attributes in CFG
to handle, in particular, lazy initialization scenarios

For instance, the statement "foo.bar = 42" should add a node
"WRITE ACCESS foo.bar" containing the corresponding target expression.

Additionally, "Unused local" inspection doesn't consider writes to
attributes, since, strictly speaking, these are not local names.
2017-07-24 14:38:41 +03:00
..