Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatAPIClass ¶
FormatAPIClass returns a human-readable string for a Python API class.
func FormatOperator ¶
FormatOperator returns a human-readable string for an operator.
func ListAPIClasses ¶
func ListAPIClasses() []string
ListAPIClasses returns all Python API class names.
func ListCategories ¶
ListCategories returns operator counts by category.
Types ¶
type APIClass ¶
type Operator ¶
type Operator struct {
Name string `json:"name"`
Category string `json:"cat"`
Summary string `json:"sum"`
Params []Param `json:"pars"`
Tips []string `json:"tips"`
Examples []string `json:"ex"`
}
func LookupOperator ¶
LookupOperator finds an operator by name (case-insensitive, partial match).
type SearchResult ¶
func SearchOperators ¶
func SearchOperators(query string, category string, limit int) []SearchResult
SearchOperators searches operators by keyword.
Click to show internal directories.
Click to hide internal directories.