code-blocks 0.3.0

A library to re-order your code
Documentation
---
source: code-blocks/tests/python/main.rs
expression: snapshot
---

        @decor1
        @decor2
        class A:
            ...
           
        class C:
            """class docstring"""
        
            def __init__(self):
                pass
        
            #Vsrc
            @staticmethod()
            def foo():
                """method docstring"""
                
            def bar():
                ...
                
        #Vfail
        def func():
            ...


Illegal move operation

Caused by:
    Blocks have different parents