Open
Description
Hi, I saw the thread a this topic here, but can't haven't seen any TODOs in this repo for it, so I'll go ahead and make one.
We need support to infer types for hybrid_property
similar to property
, returning different types based on whether it's being accessed on a class or an instance, and support for the @<property>.expression
decorator.