Skip to content

Instantly share code, notes, and snippets.

@8maki
Created December 31, 2011 16:50
Show Gist options
  • Save 8maki/1544548 to your computer and use it in GitHub Desktop.
Save 8maki/1544548 to your computer and use it in GitHub Desktop.
is_dict
aaa = {}
isinstance(aaa, dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment