Path : /proc/self/root/usr/lib/python3/dist-packages/twisted/test/ |
Current File : //proc/self/root/usr/lib/python3/dist-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"