Searched defs:StarlarkScript (Results 1 – 1 of 1) sorted by relevance
232 func NewGenerateContext(ss *StarlarkScript) *generationContext {438 type StarlarkScript struct { struct439 mkFile string440 moduleName string441 mkPos scanner.Position442 nodes []starlarkNode443 inherited []*moduleInfo444 hasErrors bool445 traceCalls bool // print enter/exit each init function446 sourceFS fs.FS[all …]