romanofski / programslice

Static analysis tool to slice python programs
GNU General Public License v3.0
36 stars 7 forks source link

Slicing with a criteria #17

Closed romanofski closed 9 years ago

romanofski commented 11 years ago

With the improvements for the graph, the slicing should now use a search criterion and not simply a line number anymore.

romanofski commented 9 years ago

This is done. Implemented in bedd97b2335a3e5832a3dfbf9fe16bf009ea6496 and since refined.