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 1797dcd commit 9c2db81Copy full SHA for 9c2db81
Doc/library/functions.rst
@@ -629,7 +629,7 @@ are always available. They are listed here in alphabetical order.
629
If the given source is a string, then leading and trailing spaces and tabs
630
are stripped.
631
632
- See :func:`ast.literal_eval` for a function that can safely evaluate strings
+ See :func:`ast.literal_eval` for a function to evaluate strings
633
with expressions containing only literals.
634
635
.. audit-event:: exec code_object eval
0 commit comments