mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-11-28 11:22:27 +01:00
Closures capture the scope and not the variables. Therefore, any type-narrowing performed by mypy on captured variables is lost inside the closure.