PythonMonkey v0.8.2 (dev)
|
This struct represents a dictionary in python. More...
#include <DictType.hh>
Static Public Member Functions | |
static PyObject * | getPyObject (JSContext *cx, JS::Handle< JS::Value > jsObject) |
Construct a new DictType object from a JSObject. | |
This struct represents a dictionary in python.
|
static |
Construct a new DictType object from a JSObject.
cx | - pointer to the JSContext |
jsObject | - pointer to the JSObject to be coerced |