What does PyCharm actually do when running code inspection?

Answered

Hi,

I couldn't find the underlying techniques that PyCharm uses when runnning the code inspection. 

What programs are involved? PyFlakes, mypy etc. 

Is the code run dynamically? 

Regards

Mario

0
3 comments

You can check the list of 3rd party software PyCharm uses at https://www.jetbrains.com/pycharm/download/other.html

 

0
Avatar
Permanently deleted user

Does PyCharm run the code?

What ist checked with static Code Analysis?

0

>Does PyCharm run the code?

No.

>What ist checked with static Code Analysis?

Generally speaking everything you have inspections for in Preferences | Editor | Inspections

0

Please sign in to leave a comment.