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 a9d122f commit e927748Copy full SHA for e927748
Doc/library/functions.rst
@@ -635,7 +635,7 @@ are always available. They are listed here in alphabetical order.
635
If the given source is a string, then leading and trailing spaces and tabs
636
are stripped.
637
638
- See :func:`ast.literal_eval` for a function that can safely evaluate strings
+ See :func:`ast.literal_eval` for a function to evaluate strings
639
with expressions containing only literals.
640
641
.. audit-event:: exec code_object eval
0 commit comments