dabase
/
e
/
Type checking or Object type comparisons
Edit
RecentChanges
History
Preferences
Branchable
?
Discussion
http://www.python.org/peps/pep-0008.html No: if type(obj) is type(1): Yes: if isinstance(obj, int):