Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrChangesInclude = errors.New("changes_include() failed") ErrChangesIncludeOnly = errors.New("changes_include_only() failed") )
View Source
var (
ErrCycle = errors.New("import cycle detected")
)
Functions ¶
This section is empty.
Types ¶
type CacheEntry ¶
type CacheEntry struct {
// contains filtered or unexported fields
}
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func (*Loader) LoadFunc ¶
func (loader *Loader) LoadFunc( frameFS fs.FileSystem, ) func(thread *starlark.Thread, module string) (starlark.StringDict, error)
func (*Loader) ResolveFS ¶ added in v0.86.0
func (loader *Loader) ResolveFS(currentFS fs.FileSystem, locator string) (fs.FileSystem, string, error)
Click to show internal directories.
Click to hide internal directories.