Skip to content

Commit fb3d35c

Browse files
Pytype Teamrchen152
authored andcommitted
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
1 parent d55e244 commit fb3d35c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pytype/tools/xref/testdata/minimal.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# pylint: skip-file
2+
"""Minimal file contents to satisfy existence requirements."""
3+
4+
# Minimal goal in order to define at least one goal.
5+
#- _.node/kind file

0 commit comments

Comments
 (0)