mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-05 23:41:34 +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