| Current Path : /proc/self/root/opt/imh-python/lib/python3.9/site-packages/twisted/test/ |
| Current File : //proc/self/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"