Searched refs:typeHints (Results 1 – 2 of 2) sorted by relevance
276 if hintType, ok = ctx.typeHints[name]; !ok {
491 typeHints map[string]starlarkType member537 typeHints: make(map[string]starlarkType),2098 if _, ok := ctx.typeHints[name]; ok {2101 ctx.typeHints[name] = varType