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 pytype kzip indexer tool sharing implementation with local indexer server.
The pytpe local indexer server already provides an interface to pytype
indexing which consumes compilation units and generates Kythe storage
entries. Abstracting the implementation only slightly allows us to
create a tool for indexing compilation units from kzip archives
without duplicating any of the already-implemented and -tested logic
required for indexing compilation units generally.
PiperOrigin-RevId: 447457328
0 commit comments