indirect_method_overload

Run Settings
LanguagePython
Language Version
Run Command
# -*- coding: utf-8 -*- from dio import A class B(A): def b(self): print 'B' b = B() b.a()
# -*- coding: utf-8 -*- class A(object): def a(self): self.b() def b(self): print 'A'
Editor Settings
Theme
Key bindings
Full width
Lines