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 …]
516 type baseVariable struct { struct517 variable string520 func (c *baseVariable) variableProperty() string {525 baseVariable anonMember575 baseVariable anonMember668 baseVariable anonMember758 baseVariable anonMember