DEBSOURCES
Skip Quicknav
sources / cruft-ng / 0.9.72 / python.h
123456789
#include <string> #include <vector> using namespace std; extern vector<string> versions; void init_python(); bool pyc_has_py(string pyc, bool debug);