This website requires JavaScript.
Explore
Help
Register
Sign In
mschoi
/
RustPython
Watch
1
Star
0
Fork
0
You've already forked RustPython
forked from
Rust-related/RustPython
Code
Pull Requests
Actions
Activity
Files
57aca407bc6f4657efed2be21c893cf0cd515a26
RustPython
/
vm
/
tests
/
function.py
Shing Lyu
a2520d0b40
Rename VM to vm
2018-06-06 23:30:48 +02:00
5 lines
45 B
Python
Raw
Blame
History
def
foo
(
)
:
return
42
assert
foo
(
)
==
42
View Git Blame
Copy Permalink