redhatcloudx / transformer

Find RHEL images in public clouds
Apache License 2.0
6 stars 3 forks source link

Use of special Python methods #733

Open miyunari opened 1 year ago

miyunari commented 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__.

major commented 1 year ago

Good idea!