The following code results in every method after the first one being shown as a top level function:

class A:
    def method1(self):
        foo = (
)
    def method2(self):
        pass

screenshot from 2018-11-25 14-30-51


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.