You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typing.TypeVar are used for annotating generics, and they can take constraints or bounds.
It probably makes sense to consider those to be an edge. TypeVar annotations are currently not considered a model. To support this, we'll need to special case TypeVar instances and introspect them to get this information.
typing.TypeVar
are used for annotating generics, and they can take constraints or bounds.It probably makes sense to consider those to be an edge.
TypeVar
annotations are currently not considered a model. To support this, we'll need to special caseTypeVar
instances and introspect them to get this information.Example of current behavior:
Desired:
An edge from
Response
toDataModel
should be detected.The text was updated successfully, but these errors were encountered: