Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib64/python3.7/site-packages/twisted/test/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/site-packages/twisted/test/myrebuilder1.py

class A:
    def a(self):
        return 'a'

class B(A, object):
    def b(self):
        return 'b'

class Inherit(A):
    def a(self):
        return 'c'