Model.deleteedges#

Model.deleteedges()#

Deletes the edges if any in the current database.

Example#

Delete all the edges in the current database .#
import hm
import hm.entities as ent

model = hm.Model()

model.deleteedges()