Last newbie question

I got one last question (believe it or not I am getting responses I can use here and there)

return None if p(x := eps(p)) else x

How do I retrieve what was returned? Is it None or x? How do I fetch the value from a return statement?