Documentation ¶
Overview ¶
Package parser parses Python files and returns relevant information to the Gazelle Python extension.
It is currently using a Python AST parser written in Go, which implements the spec from Python 3.4. If this is insufficient, this package will need to be rewritten to farm out the processing to a pool of running Python processes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.