#include "PyROOT.h"#include "structmember.h"#include "compile.h"#include "MethodProxy.h"#include "ObjectProxy.h"#include "TPyException.h"#include "Utility.h"#include "PyStrings.h"#include <algorithm>#include <functional>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | PyROOT |
Defines | |
| #define | CO_NOFREE 0x0040 |
Functions | |
| bool | PyROOT::IsPseudoFunc (MethodProxy *pymeth) |
| Long_t | PyROOT::HashSignature (PyObject *args) |
| int | PyROOT::PriorityCmp (PyCallable *left, PyCallable *right) |
| PyObject * | PyROOT::HandleReturn (MethodProxy *pymeth, PyObject *result) |
| PyObject * | PyROOT::mp_name (MethodProxy *pymeth, void *) |
| PyObject * | PyROOT::mp_module (MethodProxy *, void *) |
| PyObject * | PyROOT::mp_doc (MethodProxy *pymeth, void *) |
| PyObject * | PyROOT::mp_meth_func (MethodProxy *pymeth, void *) |
| PyObject * | PyROOT::mp_meth_self (MethodProxy *pymeth, void *) |
| PyObject * | PyROOT::mp_meth_class (MethodProxy *pymeth, void *) |
| PyObject * | PyROOT::mp_func_closure (MethodProxy *, void *) |
| PyObject * | PyROOT::mp_func_code (MethodProxy *pymeth, void *) |
| PyObject * | PyROOT::mp_func_defaults (MethodProxy *pymeth, void *) |
| PyObject * | PyROOT::mp_func_globals (MethodProxy *, void *) |
| PyObject * | PyROOT::mp_getcreates (MethodProxy *pymeth, void *) |
| int | PyROOT::mp_setcreates (MethodProxy *pymeth, PyObject *value, void *) |
| PyObject * | PyROOT::mp_getmempolicy (MethodProxy *pymeth, void *) |
| int | PyROOT::mp_setmempolicy (MethodProxy *pymeth, PyObject *value, void *) |
| PyObject * | PyROOT::mp_getthreaded (MethodProxy *pymeth, void *) |
| int | PyROOT::mp_setthreaded (MethodProxy *pymeth, PyObject *value, void *) |
| PyObject * | PyROOT::mp_call (MethodProxy *pymeth, PyObject *args, PyObject *kwds) |
| MethodProxy * | PyROOT::mp_descrget (MethodProxy *pymeth, ObjectProxy *pyobj, PyObject *) |
| MethodProxy * | PyROOT::mp_new (PyTypeObject *, PyObject *, PyObject *) |
| void | PyROOT::mp_dealloc (MethodProxy *pymeth) |
| long | PyROOT::mp_hash (MethodProxy *pymeth) |
| int | PyROOT::mp_traverse (MethodProxy *pymeth, visitproc visit, void *args) |
| int | PyROOT::mp_clear (MethodProxy *pymeth) |
| PyObject * | PyROOT::mp_richcompare (MethodProxy *self, MethodProxy *other, int op) |
| PyObject * | PyROOT::mp_disp (MethodProxy *pymeth, PyObject *sigarg) |
Variables | |
| PyGetSetDef | PyROOT::mp_getset [] |
| PyMethodDef | PyROOT::mp_methods [] |
| PyTypeObject | PyROOT::MethodProxy_Type |
| #define CO_NOFREE 0x0040 |
Definition at line 49 of file MethodProxy.cxx.
Definition at line 49 of file MethodProxy.cxx.
Referenced by ClassImp(), TTableDescriptor::ColumnType(), TGLFaceSet::EnforceTriangles(), Event::Event(), main(), XrdFrmFiles::Process(), TTableDescriptor::SetColumnType(), TXMLEngine::ShiftToNext(), XrdOssSys::StatXA(), term_bind_arrow(), term_clear_arrow(), term_print_arrow(), term_reset_arrow(), TGSearchDialog::TGSearchDialog(), TH1Editor::TH1Editor(), TH2Editor::TH2Editor(), and TXMLEngine::ValidateVersion().
Definition at line 49 of file MethodProxy.cxx.
Referenced by ClassImp(), TFITSHDU::LoadHDU(), and TEveDigitSetEditor::PlotHisto().
1.5.1