checking if an edge exist?

How can I check if a edge exists between a source and target or not?!

attachment.html (90 Bytes)

There is a Graph.edge(s, t) member which returns the edge between s and
t, or None if it doesn't exist.

Best,
Tiago