Meta
Meta copied to clipboard
Can't decompile chained comparisons
For example, this fails
from meta.decompiler import decompile_func
decompile_func(lambda x: 1 < x < 10)
This is still not fixed for the lambda expression. But It will work otherwise. I'll try and get to it soon