Open miyunari opened 1 year ago
At the moment we use internal python methods like __contains__ for example. Those method names can be used to redefine these methods, but not to call them. We should use the keywords of these methods instead - for example it is in for __contains__.
__contains__
in
Good idea!
At the moment we use internal python methods like
__contains__
for example. Those method names can be used to redefine these methods, but not to call them. We should use the keywords of these methods instead - for example it isin
for__contains__
.