pylist

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Append

func Append(list *python.PyObject, item *python.PyObject) bool

Append PyList_Append

func AsTuple

func AsTuple(list *python.PyObject) *python.PyObject

AsTuple PyList_AsTuple

func Check

func Check(p *python.PyObject) bool

Check PyList_Check

func CheckExact

func CheckExact(p *python.PyObject) bool

CheckExact PyList_CheckExact

func FromInts

func FromInts(x []int) *python.PyObject

FromInts []int -> PyList

func GetItem

func GetItem(list *python.PyObject, index int) *python.PyObject

GetItem PyList_GetItem

func GetSlice

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

GetSlice PyList_GetSlice

func Insert

func Insert(list *python.PyObject, index int, item *python.PyObject) bool

Insert PyList_Insert

func New

func New(len int) *python.PyObject

New PyList_New

func Reverse

func Reverse(list *python.PyObject) bool

Reverse PyList_Reverse

func SetItem

func SetItem(list *python.PyObject, index int, item *python.PyObject) bool

SetItem PyList_SetItem

func SetSlice

func SetSlice(list *python.PyObject, low, high int, itemlist *python.PyObject) bool

SetSlice PyList_SetSlice

func Size

func Size(list *python.PyObject) int

Size PyList_Size

func Sort

func Sort(list *python.PyObject) bool

Sort PyList_Sort

Types

This section is empty.

Jump to

Keyboard shortcuts

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