We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ast.literal_eval
eval
1 parent 22290ed commit b3b0cefCopy full SHA for b3b0cef
Doc/library/functions.rst
@@ -644,7 +644,7 @@ are always available. They are listed here in alphabetical order.
644
If the given source is a string, then leading and trailing spaces and tabs
645
are stripped.
646
647
- See :func:`ast.literal_eval` for a function that can safely evaluate strings
+ See :func:`ast.literal_eval` for a function to evaluate strings
648
with expressions containing only literals.
649
650
.. audit-event:: exec code_object eval
0 commit comments