[Zope-dev] Defining Interfaces

Steve Alexander steve@cat-box.net
Sun, 27 Jan 2002 18:25:37 +0000


Hi folks,

When I define an Interface, are the methods of the interface supposed to 
have "self" as the first argument?

It certainly seems that way from 
./lib/python/AccessControl/IUserFolder.py in Zope2.  It also seems that 
way from the Interface Interface.

However, many of the interfaces in Zope3 omit the "self" argument.


--
Steve Alexander