Documentation
¶
Overview ¶
Package python provides AST-aware chunking for Python source files using tree-sitter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chunker ¶
type Chunker struct {
// contains filtered or unexported fields
}
Chunker implements AST-aware chunking for Python files.
func NewChunker ¶
func NewChunker(options chunking.ChunkOptions) *Chunker
NewChunker creates a new Python chunker.
func (*Chunker) SupportedExtensions ¶
SupportedExtensions returns the file extensions this chunker handles.
Click to show internal directories.
Click to hide internal directories.