You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some metadata fields to the serialized ast.
Added fields:
src_path: Full path to the original source file.
metadata: List of arbitrary string-encoded metadata
END_PUBLIC
The new fields are mainly for kythe, so that cross references to generated code
link to the correct place.
Also includes a pytype release, so that kythe stays in sync.
PiperOrigin-RevId: 457845537
0 commit comments