#include "Python.h"
#include <iostream>
#include <string>
#include <fstream>
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 7 of file main.cpp.
16 std::string vers(version, 0, version.find_first_of(
'.',version.find_first_of(
'.')+1));
20 PyRun_SimpleString(
"print dir()" );
28 file.seekg(0, std::ios::beg);
32 PyRun_SimpleString( buffer.
c_str() );
T find_first_of(T...args)
auto end(reverse_wrapper< T > &w)