pydict

package
v11.0.0 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 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 PyDict_Check

func CheckExact

func CheckExact(p *python.PyObject) bool

CheckExact PyDict_CheckExact

func Clear

func Clear(p *python.PyObject)

Clear PyDict_Clear

func Contains

func Contains(p, key *python.PyObject) int

Contains PyDict_Contains

func Copy

func Copy(p *python.PyObject) *python.PyObject

Copy PyDict_Copy

func DelItem

func DelItem(p, key *python.PyObject) bool

DelItem PyDict_DelItem

func DelItemString

func DelItemString(p *python.PyObject, key string) bool

DelItemString PyDict_DelItemString

func GetItem

func GetItem(p, key *python.PyObject) *python.PyObject

GetItem PyDict_GetItem

func GetItemString

func GetItemString(p *python.PyObject, key string) *python.PyObject

GetItemString PyDict_GetItemString

func GetItemWithError

func GetItemWithError(p, key *python.PyObject) *python.PyObject

GetItemWithError PyDict_GetItemWithError

func Items

func Items(p *python.PyObject) *python.PyObject

Items PyDict_Items

func Keys

func Keys(p *python.PyObject) *python.PyObject

Keys PyDict_Keys

func New

func New() *python.PyObject

New PyDict_New

func ProxyNew

func ProxyNew(mapping *python.PyObject) *python.PyObject

ProxyNew PyDictProxy_New

func SetDefault

func SetDefault(p, key, defaultobj *python.PyObject) *python.PyObject

SetDefault PyDict_SetDefault

func SetItem

func SetItem(p, key, val *python.PyObject) bool

SetItem PyDict_SetItem

func SetItemString

func SetItemString(p *python.PyObject, key string, val *python.PyObject) bool

SetItemString PyDict_SetItemString

func Size

func Size(p *python.PyObject) int

Size PyDict_Size

func Values

func Values(p *python.PyObject) *python.PyObject

Values PyDict_Values

Types

This section is empty.

Jump to

Keyboard shortcuts

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