Home
last modified time | relevance | path

Searched refs:fstring_shift_node_locations (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dast.c4247 static void fstring_shift_node_locations(node *n, int lineno, int col_offset) in fstring_shift_node_locations() function
4255 fstring_shift_node_locations(CHILD(n, i), lineno, col_offset); in fstring_shift_node_locations()
4291 fstring_shift_node_locations(n, lines, cols); in fstring_fix_node_location()