mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
This function was mistakenly typed as `Callable[[Property], object] | None`, however the actual function accepts two parameters of type `Property, value`. The value can be of any type. Strictly speaking, the type corresponds to the type of the property which is defined at runtime. Fixes #7103