瀏覽代碼

add `TypedDict`

blueloveTH 7 月之前
父節點
當前提交
985bc29998
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      python/typing.py
  2. 0 0
      src/common/_generated.c

+ 2 - 0
python/typing.py

@@ -52,3 +52,5 @@ final = lambda x: x
 
 # exhaustiveness checking
 assert_never = lambda x: x
+
+TypedDict = dict

文件差異過大導致無法顯示
+ 0 - 0
src/common/_generated.c


部分文件因文件數量過多而無法顯示