Searched defs:StarlarkScript (Results 1 – 1 of 1) sorted by relevance
248 func NewGenerateContext(ss *StarlarkScript) *generationContext {462 type StarlarkScript struct { struct463 mkFile string464 moduleName string465 mkPos scanner.Position466 nodes []starlarkNode467 inherited []*moduleInfo468 hasErrors bool469 traceCalls bool // print enter/exit each init function470 sourceFS fs.FS[all …]