MCPcopy Index your code
hub / github.com/python/cpython / parse_basic_str_escape_multiline

Function parse_basic_str_escape_multiline

Lib/tomllib/_parser.py:579–580  ·  view source on GitHub ↗
(src: str, pos: Pos)

Source from the content-addressed store, hash-verified

577
578
579def parse_basic_str_escape_multiline(src: str, pos: Pos) -> tuple[Pos, str]:
580 return parse_basic_str_escape(src, pos, multiline=True)
581
582
583def parse_hex_char(src: str, pos: Pos, hex_len: int) -> tuple[Pos, str]:

Callers

nothing calls this directly

Calls 1

parse_basic_str_escapeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…