Hello.

I have a class A that contains two classes B and C:

class A:
  class B:
    self.x = 2
  
  class C:

Is there a way to access the x  defined in B in class C?

Thanks.

-- 
F. Delente
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to