我具有以下类型,无法弄清楚如何对其进行注释?
[[str, int]]
尽管列表元素[str, int]
像List[Tuple[str,int]]
这样的列表,我仍可以使用Tuple吗?我不能使用List[List[str,int]]
TypeError:泛型类型的参数必须是类型。得到了slice(,键入。任何,没有)。
现在List[List[Union[str, int]]
确实违反了列表顺序str,int
。这有可能吗?
基本上,我尝试为redis-py注释https://redis.io/commands/xread响应