HomeSort by: relevance | last modified time | path
    Searched refs:PyObject_GenericGetAttr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/python/
py-color.c 86 return PyObject_GenericGetAttr (obj, attr_name);
134 return PyObject_GenericGetAttr (obj, attr_name);
py-param.c 195 return PyObject_GenericGetAttr (obj, attr_name);
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-param.c 186 return PyObject_GenericGetAttr (obj, attr_name);
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 742 # ifndef PyObject_GenericGetAttr
743 # define PyObject_GenericGetAttr 0
1627 PyObject_GenericGetAttr, /* tp_getattro */
1790 PyObject_GenericGetAttr, /* tp_getattro */

Completed in 19 milliseconds