monty 0.0.21

A sandboxed, snapshotable Python interpreter written in Rust.
Documentation
1
2
3
4
# invalid format specifier with dynamic spec
spec = 'xyz'
f'{1:{spec}}'
# Raise=ValueError("Invalid format specifier 'xyz' for object of type 'int'")