Logo ROOT   6.16/01
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:

Functions

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

Function Documentation

◆ DispatchCall()

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

Definition at line 42 of file TPyFitFunction.cxx.

◆ GetOverriddenPyMethod()

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

Definition at line 25 of file TPyFitFunction.cxx.