Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 14, 2015 19:55
Show Gist options
  • Save SteveGilham/d2550b232cbfc2002afe to your computer and use it in GitHub Desktop.
Save SteveGilham/d2550b232cbfc2002afe to your computer and use it in GitHub Desktop.
class Demo:
def inspect(self):
return type(self) in (None, True, False)
print Demo().inspect()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment