Test for structure

Diez B. Roggisch deetsNOSPAM at web.de
Wed Feb 16 10:11:42 EST 2005


import types

v = []
if type(v) is types.ListType:
     pass


-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list