%PDF- %PDF-
Direktori : /proc/self/root/proc/self/root/usr/lib/python3/dist-packages/twisted/test/ |
Current File : //proc/self/root/proc/self/root/usr/lib/python3/dist-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'