ATLAS Offline Software
Namespaces | Functions
PyGetString.h File Reference

Convert python string -> C++ string for py2 and py3. More...

#include "Python.h"
#include <string>
#include <utility>
Include dependency graph for PyGetString.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 RootUtils
 

Functions

std::pair< std::string, bool > RootUtils::PyGetString (PyObject *s)
 Convert python string -> C++ string for py2 and py3. More...
 

Detailed Description

Convert python string -> C++ string for py2 and py3.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Aug, 2019

Definition in file PyGetString.h.