Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PythonParser ¶
type PythonParser struct {
// contains filtered or unexported fields
}
func NewPythonParser ¶
func NewPythonParser() (*PythonParser, error)
func (*PythonParser) GenerateTree ¶
func (p *PythonParser) GenerateTree(code []byte) (*sitter.Tree, error)
func (*PythonParser) GetFunctions ¶
func (p *PythonParser) GetFunctions(code []byte) map[string]*sitter.Node
Click to show internal directories.
Click to hide internal directories.