Documentation
¶
Index ¶
- func ConvertBool(v starlark.Value) (interface{}, bool, error)
- func ConvertBytes(v starlark.Value) (interface{}, bool, error)
- func ConvertDict(v starlark.Value) (interface{}, bool, error)
- func ConvertFloat(v starlark.Value) (interface{}, bool, error)
- func ConvertInt(v starlark.Value) (interface{}, bool, error)
- func ConvertList(v starlark.Value) (interface{}, bool, error)
- func ConvertNoneType(v starlark.Value) (interface{}, bool, error)
- func ConvertString(v starlark.Value) (interface{}, bool, error)
- func ConvertValue(v starlark.Value) (interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertValue ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.