yinwang0 / pysonar2

PySonar2: a semantic indexer for Python with interprocedual type inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attribute "type" is not correct

nabice opened this issue · comments

In the dump_python.py line 26, we use "type" as the Object name.
But some Objects have their own "type" attribute, such as "ExceptHandler".
Then, Object name override the correct attribute.

Also "raise" Statement.
Maybe we can change "type" to "astNodeType"