Type hint for generic type of generic type

前端 未结 0 1013
鱼传尺愫
鱼传尺愫 2021-01-01 18:12

I have the following class structure:

from typing import Generic, TypeVar

from xxx import SuperT

T = TypeVar("T&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题