RDKit
Open-source cheminformatics and machine learning.
Main Page
Namespaces
Classes
Files
File List
File Members
pyint_api.h
Go to the documentation of this file.
1
#ifndef RDKIT_PYINT_API_INCLUDED
2
#define RDKIT_PYINT_API_INCLUDED
3
4
#if PY_MAJOR_VERSION >= 3
5
#define PyInt_FromLong PyLong_FromLong
6
#define PyInt_AsLong PyLong_AsLong
7
#endif
8
9
#endif
RDBoost
pyint_api.h
Generated on Sat Apr 23 2016 18:49:15 for RDKit by
1.8.11