[IronPython] avoiding using the keyword 'self'

Ori oorrii at gmail.com
Sat Aug 4 12:59:42 CEST 2007


Hello,

I have a python class which inherits from some other (c#) class. Something
like:
from MyNamespace import MyClass 
class PyClass(MyClass) 
  def myMethod(self)
    return self.PropertyFormInheritedClass

I don't understand why I have to write the "self." prefix - the context is
the inherited class. Is there a way to avoid this prefix?

Thanks,
Ori
-- 
View this message in context: http://www.nabble.com/avoiding-using-the-keyword-%27self%27-tf4216418.html#a11995646
Sent from the IronPython mailing list archive at Nabble.com.




More information about the Ironpython-users mailing list