Documentation
¶
Index ¶
- Constants
- type IO
- func (i *IO) Attrs() []object.AttrSpec
- func (i *IO) Cost() int
- func (i *IO) Equals(other object.Object) bool
- func (i *IO) GetAttr(name string) (object.Object, bool)
- func (i *IO) Inspect() string
- func (i *IO) Interface() interface{}
- func (i *IO) IsTruthy() bool
- func (i *IO) RunOperation(opType op.BinaryOpType, right object.Object) (object.Object, error)
- func (i *IO) SetAttr(name string, value object.Object) error
- func (i *IO) String() string
- func (i *IO) Type() object.Type
Constants ¶
View Source
const IOType object.Type = "io"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.