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

Function parse_one_line_basic_str

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

Source from the content-addressed store, hash-verified

483
484
485def parse_one_line_basic_str(src: str, pos: Pos) -> tuple[Pos, str]:
486 pos += 1
487 return parse_basic_str(src, pos, multiline=False)
488
489
490def parse_array(src: str, pos: Pos, parse_float: ParseFloat) -> tuple[Pos, list[Any]]:

Callers 2

parse_key_partFunction · 0.85
parse_valueFunction · 0.85

Calls 1

parse_basic_strFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…