Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python double underscore methods

Double underscore methods are special methods defined by Python 
that can serve a special purpose. 

Ex: 
  __eq__ : determines what to do when determining 
    	   equality (==) of a certain object
 
PREVIOUS NEXT
Tagged: #python #double #underscore #methods
ADD COMMENT
Topic
Name
4+9 =