mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +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