File: python.h

package info (click to toggle)
cruft-ng 0.9.72
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,400 kB
  • sloc: cpp: 1,737; sh: 796; python: 245; makefile: 108; ansic: 82; perl: 75
file content (9 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#include <string>
#include <vector>

using namespace std;

extern vector<string> versions;

void init_python();
bool pyc_has_py(string pyc, bool debug);