PythonQt
Macros
PythonQtPythonInclude.h File Reference
#include <Python.h>

Go to the source code of this file.

Macros

#define PyBytes_Type   PyString_Type
 
#define PyBytes_Check   PyString_Check
 
#define PyBytes_AS_STRING   PyString_AS_STRING
 
#define PyBytes_AsString   PyString_AsString
 
#define PyBytes_GET_SIZE   PyString_GET_SIZE
 
#define PyBytes_FromStringAndSize   PyString_FromStringAndSize
 

Macro Definition Documentation

◆ PyBytes_AS_STRING

#define PyBytes_AS_STRING   PyString_AS_STRING

Definition at line 93 of file PythonQtPythonInclude.h.

◆ PyBytes_AsString

#define PyBytes_AsString   PyString_AsString

Definition at line 94 of file PythonQtPythonInclude.h.

◆ PyBytes_Check

#define PyBytes_Check   PyString_Check

Definition at line 92 of file PythonQtPythonInclude.h.

◆ PyBytes_FromStringAndSize

#define PyBytes_FromStringAndSize   PyString_FromStringAndSize

Definition at line 96 of file PythonQtPythonInclude.h.

◆ PyBytes_GET_SIZE

#define PyBytes_GET_SIZE   PyString_GET_SIZE

Definition at line 95 of file PythonQtPythonInclude.h.

◆ PyBytes_Type

#define PyBytes_Type   PyString_Type

Definition at line 91 of file PythonQtPythonInclude.h.