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
834 result = append(result, processModule(inheritedStaticModule{mi, loadAlways}))842 return []starlarkNode{processModule(inheritedStaticModule{mi, loadAlways})}