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

Function parsestr

Python/ast.c:3472–3548  ·  view source on GitHub ↗

s is a Python string literal, including the bracketing quote characters, * and r &/or u prefixes (if any), and embedded escape sequences (if any). * parsestr parses it, and returns the decoded Python string object. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parsestrplusFunction · 0.85

Calls 9

isalphaFunction · 0.85
PyErr_BadInternalCallFunction · 0.85
PyErr_SetStringFunction · 0.85
decode_unicodeFunction · 0.85
PyUnicode_DecodeUTF8Function · 0.85
PyString_DecodeEscapeFunction · 0.85
Py_FatalErrorFunction · 0.70

Tested by

no test coverage detected