Searched defs:PyObject (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/python/test/ |
D | cltree.cpp | 39 symbol_wrapper(PyObject* /*self*/): symbol() { in symbol_wrapper() argument 46 variable_wrapper(PyObject* /*self*/): variable() { in variable_wrapper() argument 52 variable_wrapper(PyObject* /*self*/,variable v): variable(v) {} in variable_wrapper() argument
|
/third_party/boost/libs/python/src/object/ |
D | class.cpp | 109 static_data_descr_get(PyObject *self, PyObject * /*obj*/, PyObject * /*type*/) in static_data_descr_get() argument 117 static_data_descr_set(PyObject *self, PyObject * /*obj*/, PyObject *value) in static_data_descr_set() argument 352 instance_new(PyTypeObject* type_, PyObject* /*args*/, PyObject* /*kw*/) in instance_new() argument 663 extern "C" PyObject* no_init(PyObject*, PyObject*) in no_init() argument
|
D | iterator.cpp | 15 PyObject* identity(PyObject* args_, PyObject*) in identity() argument
|
D | life_support.cpp | 27 life_support_call(PyObject *self, PyObject *arg, PyObject * /*kw*/) in life_support_call() argument
|
D | function.cpp | 392 PyObject* not_implemented(PyObject*, PyObject*) in not_implemented() argument 665 static PyObject* function_get_class(PyObject* /*op*/, void*) in function_get_class() argument
|
/third_party/boost/boost/python/detail/ |
D | wrapper_base.hpp | 81 inline void initialize_wrapper(PyObject* /*self*/, ...) {} in initialize_wrapper() argument
|
/third_party/python/Misc/ |
D | coverity_model.c | 26 typedef struct {} PyObject; typedef
|
/third_party/python/Include/ |
D | object.h | 109 } PyObject; typedef
|
/third_party/python/Python/ |
D | ceval.c | 5849 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() argument
|