This commit is contained in:
blueloveTH 2023-02-01 15:10:29 +08:00
parent 2fc87f4788
commit 5c1128d4ab
4 changed files with 8 additions and 7801 deletions

File diff suppressed because it is too large Load Diff

@ -1 +1 @@
Subproject commit bd9b1dc1aee9ef625ce922cc127ef7456c36169c
Subproject commit 5a12c3df42bb5ed9ddb14aba4b6807021f101f77

View File

@ -8,6 +8,9 @@ mapping = {
def args(n, a: list, res: list, first=True):
if n == 0:
# 3 args must be the same type
if len(a) == 4 and len(set(a[1:])) != 1:
return
res.append(tuple(a))
return
for p_ret, c_ret in mapping.items():

File diff suppressed because it is too large Load Diff