Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python test class hashable

>>> import collections
>>> isinstance({}, collections.Hashable)
False
>>> isinstance(0, collections.Hashable)
True
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #test #class #hashable
ADD COMMENT
Topic
Name
3+2 =