Documentation ¶
Index ¶
- type MagicType
- func (mt *MagicType) AsGoValue() interface{}
- func (mt *MagicType) AsStarlarkValue() starlark.Value
- func (mt *MagicType) Attr(name string) (starlark.Value, error)
- func (mt *MagicType) AttrNames() []string
- func (mt *MagicType) Binary(op syntax.Token, y starlark.Value, side starlark.Side) (starlark.Value, error)
- func (mt *MagicType) CallInternal(thread *starlark.Thread, args starlark.Tuple, kwargs []starlark.Tuple) (starlark.Value, error)
- func (mt *MagicType) Freeze()
- func (mt *MagicType) Hash() (uint32, error)
- func (mt *MagicType) Index(i int) starlark.Value
- func (mt *MagicType) Iterate() starlark.Iterator
- func (mt *MagicType) Len() int
- func (mt *MagicType) Name() string
- func (mt *MagicType) Slice(start, end, step int) starlark.Value
- func (mt *MagicType) String() string
- func (mt *MagicType) Truth() starlark.Bool
- func (mt *MagicType) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MagicType ¶
func (*MagicType) AsStarlarkValue ¶
func (*MagicType) CallInternal ¶
Click to show internal directories.
Click to hide internal directories.