Documentation
¶
Index ¶
- func Check(p *python.PyObject) bool
- func CheckExact(p *python.PyObject) bool
- func FromObjects(objs ...*python.PyObject) *python.PyObject
- func GetItem(p *python.PyObject, pos int) *python.PyObject
- func GetSlice(p *python.PyObject, low, high int) *python.PyObject
- func New(len int) *python.PyObject
- func SetItem(p *python.PyObject, pos int, o *python.PyObject) bool
- func Size(p *python.PyObject) int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromObjects ¶
FromObjects ...*python.PyObject -> *PyTuple
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.