Lines Matching refs:_Py_Identifier
45 typedef struct _Py_Identifier { struct
46 struct _Py_Identifier *next; argument
49 } _Py_Identifier; argument
52 #define _Py_static_string(varname, value) static _Py_Identifier varname = _Py_static_string_init(v…
302 PyAPI_FUNC(PyObject *) _PyType_LookupId(PyTypeObject *, _Py_Identifier *);
303 PyAPI_FUNC(PyObject *) _PyObject_LookupSpecial(PyObject *, _Py_Identifier *);
308 struct _Py_Identifier;
315 PyAPI_FUNC(PyObject *) _PyObject_GetAttrId(PyObject *, struct _Py_Identifier *);
316 PyAPI_FUNC(int) _PyObject_SetAttrId(PyObject *, struct _Py_Identifier *, PyObject *);
317 PyAPI_FUNC(int) _PyObject_HasAttrId(PyObject *, struct _Py_Identifier *);
328 PyAPI_FUNC(int) _PyObject_LookupAttrId(PyObject *, struct _Py_Identifier *, PyObject **);