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.

_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to