romanofski / programslice

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

Code: Type checking in connect #15

Closed romanofski closed 9 years ago

romanofski commented 11 years ago

The connect methods connect two edges. I'll need additional methods for convenience to e.g. connect edges by line numbers or name. Because I can connect edges with edges and an edge with a graph, it might be prudent to put the type checking in a decorator.

romanofski commented 9 years ago

Closing this. Don't need it.