#include "PyROOT.h"#include "PyStrings.h"Go to the source code of this file.
Defines | |
| #define | PYROOT_INITIALIZE_STRING(var, str) |
Functions | |
| Bool_t | PyROOT::CreatePyStrings () |
| PyObject * | PyROOT::DestroyPyStrings () |
| #define PYROOT_INITIALIZE_STRING | ( | var, | |||
| str | ) |
Value:
if ( ! ( PyStrings::var = PyROOT_PyUnicode_InternFromString( (char*)#str ) ) ) \ return kFALSE
Definition at line 53 of file PyStrings.cxx.
Referenced by PyROOT::CreatePyStrings().
1.5.1