MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PyRun.h File Reference
#include <climits>
+ Include dependency graph for PyRun.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PyRun
 

Macros

#define PYCODEOBJECT   PyCodeObject
 

Functions

string get_program_name ()
 

Macro Definition Documentation

#define PYCODEOBJECT   PyCodeObject

Definition at line 65 of file PyRun.h.

Referenced by PyRun::reinit().

Function Documentation

string get_program_name ( )

Definition at line 67 of file PyRun.h.

Referenced by PyRun::reinit().

68 {
69  char * progname = Py_GetProgramName();
70  return string(progname);
71 }

+ Here is the caller graph for this function: