Open
Description
Documentation
From https://docs.python.org/3/library/functions.html#eval:
See
ast.literal_eval()
for a function that can safely evaluate strings with expressions containing only literals.
From https://docs.python.org/3/library/functions.html#eval:
See
ast.literal_eval()
for a function that can safely evaluate strings with expressions containing only literals.