Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PythonParser ¶
type PythonParser struct{}
PythonParser extracts knowledge graph nodes and edges from Python source files.
func (*PythonParser) Extensions ¶
func (p *PythonParser) Extensions() []string
func (*PythonParser) Language ¶
func (p *PythonParser) Language() parser.Language
func (*PythonParser) ParseFile ¶
func (p *PythonParser) ParseFile(filePath string, content []byte) (*parser.ParseResult, error)
Click to show internal directories.
Click to hide internal directories.