Get edges from vertices in bmesh

Hello guys !

I would like to know how to get the edges from existing vertices.
knowing that:

bm.verts[i] = bm.edges[j].verts[k]

Is there a way to find bm.edges[j] from bm.verts[i] without making a loop looking into all edges ?

With BMVert::link_edges/link_loops certainly.

Merci beaucoup ! Ca marche ! :wink: