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

Function parsestrplus

Python/ast.c:3554–3589  ·  view source on GitHub ↗

Build a Python string object out of a STRING atom. This takes care of * compile-time literal catenation, calling parsestr() on each piece, and * pasting the intermediate results together. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

ast_for_atomFunction · 0.85

Calls 3

parsestrFunction · 0.85
PyString_ConcatAndDelFunction · 0.85
PyUnicode_ConcatFunction · 0.85

Tested by

no test coverage detected