Files
openide/python/testData/codeInsight/controlflow
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
..
2010-03-11 18:54:38 +03:00
2010-02-02 14:05:23 +03:00
2010-02-02 14:05:23 +03:00
2010-02-10 12:27:43 +03:00
2010-01-20 17:25:37 +03:00
2010-02-08 20:28:49 +03:00
2010-03-03 12:11:27 +03:00
2010-01-20 17:25:37 +03:00
2010-03-01 20:19:16 +03:00
2010-03-02 19:34:18 +03:00
2010-01-20 17:25:37 +03:00
2010-02-19 17:19:51 +03:00