MCPcopy Index your code
hub / github.com/python/mypy / set_line_column

Function set_line_column

mypy/nativeparse.py:1645–1647  ·  view source on GitHub ↗
(target: Context, src: Context)

Source from the content-addressed store, hash-verified

1643
1644
1645def set_line_column(target: Context, src: Context) -> None:
1646 target.line = src.line
1647 target.column = src.column
1648
1649
1650def set_line_column_range(target: Context, src: Context) -> None:

Callers 2

build_fstring_joinFunction · 0.85
read_fstring_itemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…