static int |
python._PyDict_DelItemId(PyObject mp,
_Py_Identifier key) |
static PyObject |
python._PyDict_GetItemId(PyObject dp,
_Py_Identifier key) |
static PyObject |
python._PyDict_GetItemIdWithError(PyObject dp,
_Py_Identifier key) |
static int |
python._PyDict_SetItemId(PyObject dp,
_Py_Identifier key,
PyObject item) |
static PyObject |
python._PyEval_GetBuiltinId(_Py_Identifier arg0) |
static PyObject |
python._PyImport_GetModuleId(_Py_Identifier name) |
static PyObject |
python._PyObject_CallMethodId_SizeT(PyObject obj,
_Py_Identifier name,
BytePointer format) |
static PyObject |
python._PyObject_CallMethodId_SizeT(PyObject obj,
_Py_Identifier name,
String format) |
static PyObject |
python._PyObject_CallMethodId(PyObject obj,
_Py_Identifier name,
BytePointer format) |
static PyObject |
python._PyObject_CallMethodId(PyObject obj,
_Py_Identifier name,
String format) |
static PyObject |
python._PyObject_CallMethodIdObjArgs(PyObject obj,
_Py_Identifier name) |
static PyObject |
python._PyObject_GetAttrId(PyObject arg0,
_Py_Identifier arg1) |
static int |
python._PyObject_HasAttrId(PyObject arg0,
_Py_Identifier arg1) |
static int |
python._PyObject_LookupAttrId(PyObject arg0,
_Py_Identifier arg1,
PointerPointer arg2) |
static int |
python._PyObject_LookupAttrId(PyObject arg0,
_Py_Identifier arg1,
PyObject arg2) |
static PyObject |
python._PyObject_LookupSpecial(PyObject arg0,
_Py_Identifier arg1) |
static int |
python._PyObject_SetAttrId(PyObject arg0,
_Py_Identifier arg1,
PyObject arg2) |
static PyObject |
python._PySys_GetObjectId(_Py_Identifier key) |
static int |
python._PySys_SetObjectId(_Py_Identifier key,
PyObject arg1) |
static PyObject |
python._PyType_LookupId(PyTypeObject arg0,
_Py_Identifier arg1) |
static int |
python._PyUnicode_EqualToASCIIId(PyObject left,
_Py_Identifier right) |
static PyObject |
python._PyUnicode_FromId(_Py_Identifier arg0) |