mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
up
This commit is contained in:
parent
2fc87f4788
commit
5c1128d4ab
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
||||
Subproject commit bd9b1dc1aee9ef625ce922cc127ef7456c36169c
|
||||
Subproject commit 5a12c3df42bb5ed9ddb14aba4b6807021f101f77
|
@ -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():
|
||||
|
3900
src/_bindings.h
3900
src/_bindings.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user