Mixad65410

Avatar
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1
  • Mixad65410 created a post,

    Nested inheritance not resolved

    The following code is not resolved correctly (Python 2.7)class Parent(object):   class Methods(object):       @classmethod       def test1(cls):           return "test1"   @classmethod   def method...