PythonMonkey   v0.7.2 (dev)
Loading...
Searching...
No Matches
pyTypeFactory.hh
Go to the documentation of this file.
1
11#ifndef PythonMonkey_PyTypeFactory_
12#define PythonMonkey_PyTypeFactory_
13
14#include <jsapi.h>
15
16#include <Python.h>
17
18
26PyObject *pyTypeFactory(JSContext *cx, JS::HandleValue rval);
27
28#endif
PyObject * pyTypeFactory(JSContext *cx, JS::HandleValue rval)
Function that takes a JS::Value and returns a corresponding PyObject* object, doing shared memory man...
Definition pyTypeFactory.cc:39