Skip to content

Instantly share code, notes, and snippets.

@ami-GS
Created February 6, 2014 07:18
Show Gist options
  • Save ami-GS/8839642 to your computer and use it in GitHub Desktop.
Save ami-GS/8839642 to your computer and use it in GitHub Desktop.
NoneTypeの判別
isinstance(None, type(None)) # True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment