Uses of Class
org.bytedeco.cpython._Py_Identifier
Packages that use _Py_Identifier
-
Uses of _Py_Identifier in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return _Py_IdentifierModifier and TypeMethodDescription_Py_Identifier.getPointer(long i) _Py_Identifier.index(long setter) _Py_Identifier.mutex_v(byte setter) _Py_Identifier.position(long position) _Py_Identifier.string(BytePointer setter) -
Uses of _Py_Identifier in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type _Py_IdentifierModifier and TypeMethodDescriptionstatic PyObjectpython._PyObject_CallMethodId(PyObject obj, _Py_Identifier name, String format) static PyObjectpython._PyObject_CallMethodId(PyObject obj, _Py_Identifier name, BytePointer format) static PyObjectpython._PyObject_GetAttrId(PyObject arg0, _Py_Identifier arg1) static PyObjectpython._PyUnicode_FromId(_Py_Identifier arg0)