SymonBezerra / stella

MIT License
0 stars 0 forks source link

Add type checking to Python Edge constructors #21

Open SymonBezerra opened 5 days ago

SymonBezerra commented 5 days ago

It is possible to a make an Edge with (str, str, str), which should not be. Raise TypeError: expected str, Node, Node, [int]