Nick Coghlan wrote:
The interpreter doesn't promise to call those slots with "self" first - self will be the second argument in the "rop" case.
I know. My question is: How does it know whether a subclass "has overridden __rop__" when there is no concept of an __rop__ method distinct from the __op__ method? -- Greg _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com