monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
','.join([1, 2])
"""
TRACEBACK:
Traceback (most recent call last):
  File "str__join_non_string.py", line 1, in <module>
    ','.join([1, 2])
    ~~~~~~~~~~~~~~~~
TypeError: sequence item 0: expected str instance, int found
"""