fpom / snakes

SNAKES is the Net Algebra Kit for Editors and Simulators
https://snakes.ibisc.univ-evry.fr
Other
88 stars 29 forks source link

Patch for /snakes/nets.py #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Added __eq__() and __getitem__ to nets.Place

Original issue reported on code.google.com by erwinka...@gmail.com on 12 Feb 2015 at 9:41

Attachments:

fpom commented 9 years ago

Thank you for this patch but it could not work at all programmed this way (there is no value attribute in places and your __getitem__ calls itself in a endless recursion). Moreover, I'll not add this two methods: