OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Functions | Variables
PyTestLibrary.cpp File Reference
#include <Python.h>
#include <structmember.h>
#include <string>
#include "PyOpal/PyTestLibrary.h"
Include dependency graph for PyTestLibrary.cpp:

Go to the source code of this file.

Functions

PyMODINIT_FUNC initmy_library (void)
 

Variables

std::string module_docstring
 

Function Documentation

◆ initmy_library()

PyMODINIT_FUNC initmy_library ( void  )

Definition at line 10 of file PyTestLibrary.cpp.

References module_docstring.

Variable Documentation

◆ module_docstring

std::string module_docstring
Initial value:
=
"mylibrary module does nothing"

Definition at line 7 of file PyTestLibrary.cpp.

Referenced by initmy_library().