Searched defs:baseVariable (Results 1 – 2 of 2) sorted by relevance
32 type baseVariable struct { struct33 nam string34 typ starlarkType35 preset bool // true if it has been initialized at startup38 func (v baseVariable) name() string {42 func (v baseVariable) valueType() starlarkType {46 func (v *baseVariable) setValueType(t starlarkType) {50 func (v baseVariable) isPreset() bool {63 func (v baseVariable) defaultValueString() string {71 baseVariable anonMember[all …]
601 type baseVariable struct { struct602 variable string605 func (c *baseVariable) variableProperty() string {610 baseVariable anonMember656 baseVariable anonMember749 baseVariable anonMember