Direktori : /opt/imh-python/lib/python3.9/site-packages/twisted/test/ |
Current File : //opt/imh-python/lib/python3.9/site-packages/twisted/test/myrebuilder1.py |
class A: def a(self): return "a" class B(A): def b(self): return "b" class Inherit(A): def a(self): return "c"