This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
nac3
Watch
8
Star
0
Fork
You've already forked nac3
10
Code
Issues
97
Pull Requests
19
Releases
Wiki
Activity
d397b9ceaa
nac3
/
nac3standalone
/
demo
/
src
/
vararg.py
12 lines
110 B
Python
Raw
Blame
History
def
f
(
*
args
:
int32
)
:
pass
def
run
(
)
-
>
int32
:
f
(
)
f
(
1
)
f
(
1
,
2
)
f
(
1
,
2
,
3
)
return
0
Reference in New Issue
View Git Blame
Copy Permalink