monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
slice()
"""
TRACEBACK:
Traceback (most recent call last):
  File "slice__no_args.py", line 1, in <module>
    slice()
    ~~~~~~~
TypeError: slice expected at least 1 argument, got 0
"""