monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
5
6
def f(x):
    return x


f(1, 2)
# Raise=TypeError('f() takes 1 positional argument but 2 were given')