Uses of Class
org.bytedeco.cpython.PyWideStringList
Packages that use PyWideStringList
-
Uses of PyWideStringList in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyWideStringListModifier and TypeMethodDescriptionPyConfig.argv()PyWideStringList.getPointer(long i) PyWideStringList.items(PointerPointer setter) PyWideStringList.length(long setter) PyConfig.module_search_paths()PyConfig.orig_argv()PyWideStringList.position(long position) PyConfig.warnoptions()PyConfig.xoptions()Methods in org.bytedeco.cpython with parameters of type PyWideStringListModifier and TypeMethodDescriptionPyConfig.argv(PyWideStringList setter) PyConfig.module_search_paths(PyWideStringList setter) PyConfig.orig_argv(PyWideStringList setter) PyConfig.warnoptions(PyWideStringList setter) PyConfig.xoptions(PyWideStringList setter) -
Uses of PyWideStringList in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyWideStringListModifier and TypeMethodDescriptionstatic PyStatuspython.PyConfig_SetWideStringList(PyConfig config, PyWideStringList list, long length, Pointer items) static PyStatuspython.PyConfig_SetWideStringList(PyConfig config, PyWideStringList list, long length, PointerPointer items) static PyStatuspython.PyWideStringList_Append(PyWideStringList list, Pointer item) static PyStatuspython.PyWideStringList_Insert(PyWideStringList list, long index, Pointer item)