ROOT  6.06/08
Reference Guide
Functions
TPyFitFunction.cxx File Reference
#include "PyROOT.h"
#include "TPyFitFunction.h"
#include "ObjectProxy.h"
#include "MethodProxy.h"
#include "TPyBufferFactory.h"
#include <stdexcept>
+ Include dependency graph for TPyFitFunction.cxx:

Go to the source code of this file.

Functions

static PyObject * GetOverriddenPyMethod (PyObject *pyself, const char *method)
 
static PyObject * DispatchCall (PyObject *pyself, const char *method, PyObject *pymethod=NULL, PyObject *arg1=NULL, PyObject *arg2=NULL, PyObject *arg3=NULL)
 

Function Documentation

§ DispatchCall()

static PyObject* DispatchCall ( PyObject *  pyself,
const char *  method,
PyObject *  pymethod = NULL,
PyObject *  arg1 = NULL,
PyObject *  arg2 = NULL,
PyObject *  arg3 = NULL 
)
static

§ GetOverriddenPyMethod()

static PyObject* GetOverriddenPyMethod ( PyObject *  pyself,
const char *  method 
)
static