File: IndirectPythonInterface.hxx

package info (click to toggle)
pycxx 6.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,212 kB
  • ctags: 2,729
  • sloc: cpp: 6,126; python: 756; sh: 89; ansic: 60; makefile: 54
file content (7 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
#include "CXX/WrapPython.h"

#if PY_MAJOR_VERSION == 2
#include "CXX/Python2/IndirectPythonInterface.hxx"
#else
#include "CXX/Python3/IndirectPythonInterface.hxx"
#endif