MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / literal_eval

Function literal_eval

Lib/ast.py:40–80  ·  view source on GitHub ↗

Safely evaluate an expression node or a string containing a Python expression. The string or node provided may only consist of the following Python literal structures: strings, numbers, tuples, lists, dicts, booleans, and None.

(node_or_string)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_convertFunction · 0.85
parseFunction · 0.70

Tested by

no test coverage detected