-
Beta Was this translation helpful? Give feedback.
Answered by
erictraut
Sep 6, 2022
Replies: 1 comment 1 reply
-
See this documentation for details. It effectively means that the type is an intersection between a concrete type and a type variable. In other words, it's an |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
qexat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See this documentation for details. It effectively means that the type is an intersection between a concrete type and a type variable. In other words, it's an
object
but it's also aT
(or whatever TypeVar it corresponds to).