Searched refs:inheritedStaticModule (Results 1 – 2 of 2) sorted by relevance
69 type inheritedStaticModule struct { struct74 func (im inheritedStaticModule) emitSelect(_ *generationContext) { argument77 func (im inheritedStaticModule) pathExpr() starlarkExpr { argument81 func (im inheritedStaticModule) needsLoadCheck() bool { argument
787 result = append(result, processModule(inheritedStaticModule{mi, loadAlways}))795 return []starlarkNode{processModule(inheritedStaticModule{mi, loadAlways})}