Your IP : 216.73.216.215


Current Path : /proc/3/root/opt/imh-python/lib/python3.9/site-packages/twisted/test/
Upload File :
Current File : //proc/3/root/opt/imh-python/lib/python3.9/site-packages/twisted/test/myrebuilder2.py

class A:
    def a(self):
        return "b"


class B(A):
    def b(self):
        return "c"


class Inherit(A):
    def a(self):
        return "d"