def voir(): v = {k:v for k,v in globals().iteritems() if k[:2]!="__" and k!="voir"} print(v)