mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-14 11:32:26 +02:00

Closures capture the scope and not the variables. Therefore, any type-narrowing performed by mypy on captured variables is lost inside the closure.