mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-02 03:22:27 +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.