check if var is dict
by Astan Chee other posts by this author
Aug 13 2007 4:00AM messages near this date
Re: negative polar axis
|
Re: check if var is dict
Hi,
I have a variable, I want to check if it is a dictionary or a string.
Is there any better way to do this than I've done. How I did it is by
doing a .items() and catching a AttributeError that it raises if its not
a dictionary.
How do i properly do it?
Thanks
Astan
--
http://mail.python.org/mailman/listinfo/python-list
Thread:
Astan Chee
Wildemar Wildenburger
Bruno Desthuilliers
Jeff McNeil
Lawrence Oluyede
Bruno Desthuilliers
|