1- In Python, which classes do the methods that begin and end with two underscores (eg: __gt__
, __eq__
, ...) belong to?
2- Which classes/modules are imported implicitly for all Python programs?
3- Is there a general way to get the class name for any given method?