Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 492f3fc commit 05bfcc5Copy full SHA for 05bfcc5
1 file changed
Doc/library/functions.rst
@@ -335,6 +335,9 @@ are always available. They are listed here in alphabetical order.
335
returns the current global and local dictionary, respectively, which may be
336
useful to pass around for use by :func:`eval` or :func:`exec`.
337
338
+ See :func:`ast.literal_eval` for a function that can safely evaluate strings
339
+ with expressions containing only literals.
340
+
341
342
.. function:: exec(object[, globals[, locals]])
343
0 commit comments