Python plugin. Extracts class → class and def (free → function, inside a class → method), qualified with . (method · Account, nested class Inner · Outer). Decorators are transparent — the wrapped def is what counts.
class
def
.
method · Account
Inner · Outer