|
PythonMonkey v1.3.0 (dev)
|
JSArrayProxy is a custom C-implemented python type that derives from list. It acts as a proxy for JSArrays from Spidermonkey, and behaves like a list would. More...
#include "include/JSArrayProxy.hh"#include "include/JSArrayIterProxy.hh"#include "include/modules/pythonmonkey/pythonmonkey.hh"#include "include/jsTypeFactory.hh"#include "include/pyTypeFactory.hh"#include "include/PyBaseProxyHandler.hh"#include "include/JSFunctionProxy.hh"#include <jsapi.h>#include <jsfriendapi.h>#include <Python.h>#include "include/pyshim.hh"Macros | |
| #define | b ((PyListObject *)v) |
JSArrayProxy is a custom C-implemented python type that derives from list. It acts as a proxy for JSArrays from Spidermonkey, and behaves like a list would.
| #define b ((PyListObject *)v) |