Home
last modified time | relevance | path

Searched defs:PyObject (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/python/test/
Dcltree.cpp39 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/
Dclass.cpp109 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
Diterator.cpp15 PyObject* identity(PyObject* args_, PyObject*) in identity() argument
Dlife_support.cpp27 life_support_call(PyObject *self, PyObject *arg, PyObject * /*kw*/) in life_support_call() argument
Dfunction.cpp392 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/
Dwrapper_base.hpp81 inline void initialize_wrapper(PyObject* /*self*/, ...) {} in initialize_wrapper() argument
/third_party/python/Misc/
Dcoverity_model.c26 typedef struct {} PyObject; typedef
/third_party/python/Include/
Dobject.h109 } PyObject; typedef
/third_party/python/Python/
Dceval.c5849 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() argument