pytuple

package
v9.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 6, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Check

func Check(p *python.PyObject) bool

Check PyTuple_Check

func CheckExact

func CheckExact(p *python.PyObject) bool

CheckExact PyTuple_CheckExact

func FromObjects

func FromObjects(objs ...*python.PyObject) *python.PyObject

FromObjects ...*python.PyObject -> *PyTuple

func GetItem

func GetItem(p *python.PyObject, pos int) *python.PyObject

GetItem PyTuple_GetItem

func GetSlice

func GetSlice(p *python.PyObject, low, high int) *python.PyObject

GetSlice PyTuple_GetSlice

func New

func New(len int) *python.PyObject

New PyTuple_New

func SetItem

func SetItem(p *python.PyObject, pos int, o *python.PyObject) bool

SetItem PyTuple_SetItem

func Size

func Size(p *python.PyObject) int

Size PyTuple_Size

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL