Logo ROOT  
Reference Guide
PyMethodBase.cxx File Reference
#include <Python.h>
#include <TMVA/PyMethodBase.h>
#include "TMVA/DataSet.h"
#include "TMVA/DataSetInfo.h"
#include "TMVA/MsgLogger.h"
#include "TMVA/Results.h"
#include "TMVA/Timer.h"
#include <TApplication.h>
#include <numpy/arrayobject.h>
#include <fstream>
#include <wchar.h>
Include dependency graph for PyMethodBase.cxx:

Namespaces

namespace  TMVA
 create variable transformations
 
namespace  TMVA::Internal
 

Macros

#define NPY_NO_DEPRECATED_API   NPY_1_7_API_VERSION
 

Functions

size_t mystrlen (const char *s)
 
size_t mystrlen (const wchar_t *s)
 

Macro Definition Documentation

◆ NPY_NO_DEPRECATED_API

#define NPY_NO_DEPRECATED_API   NPY_1_7_API_VERSION

Definition at line 25 of file PyMethodBase.cxx.

Function Documentation

◆ mystrlen() [1/2]

size_t mystrlen ( const char *  s)

Definition at line 226 of file PyMethodBase.cxx.

◆ mystrlen() [2/2]

size_t mystrlen ( const wchar_t *  s)

Definition at line 230 of file PyMethodBase.cxx.