Scalpel icon indicating copy to clipboard operation
Scalpel copied to clipboard

Scalpel: The Python Static Analysis Framework

Results 17 Scalpel issues
Sort by recently updated
recently updated
newest added

Hi, here is the guide you need to follow to publish the Sphinx docs: https://docs.readthedocs.io/en/stable/tutorial/ then the link in the readme needs to be adjusted.

Fix #39 - get values for instance variables - add corresponding test

https://github.com/SMAT-Lab/Scalpel/blob/382f50dad7b565424349f4757387835537cd8f66/scalpel/core/func_call_visitor.py#L41

enhancement

Instance variables, as you can see in the code snippet below, are currently not covered by the constant propagation class. That is, when applying Scalpel, I cannot identify the values...

enhancement

I believe it could make it more useful for end users to have both the API documentation ans the user guides at the same place and be able to link...

enhancement

Adds functionality to resolve #49 Match statements can now be detected and control flow graphs can be generated for the match statements

We need to add support in the CFG module as Python has introduced the match case statement.

enhancement