OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
TestingPythonExtensions.h File Reference

Go to the source code of this file.

Namespaces

namespace  TestingPythonExtensions
 

Functions

static PyObject * TestingPythonExtensions::GetFunction (PyObject *self, PyObject *args)
 
static PyObject * TestingPythonExtensions::WithOneParameter (PyObject *self, PyObject *args)
 
static PyObject * TestingPythonExtensions::WithoutParameter (PyObject *self, PyObject *args)
 
static PyObject * TestingPythonExtensions::WithMultipleParameter (PyObject *self, PyObject *args)
 
PyMODINIT_FUNC TestingPythonExtensions::PyInit_Testing (void)
 

Variables

static PyMethodDef TestingPythonExtensions::OTMethods []
 
static std::string TestingPythonExtensions::testModuleDescription = "This module holds functions that are used for unit tests."
 
static struct PyModuleDef TestingPythonExtensions::TestModule