mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-11-06 15:42:46 +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.