PythonMonkey   v1.0.0 (dev)
Loading...
Searching...
No Matches
JSObjectValuesProxy.hh File Reference

JSObjectValuesProxy is a custom C-implemented python type that derives from dict values. More...

#include <jsapi.h>
#include <Python.h>
Include dependency graph for JSObjectValuesProxy.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  JSObjectValuesProxy
 The typedef for the backing store that will be used by JSObjectValuesProxy objects. More...
 
struct  JSObjectValuesProxyMethodDefinitions
 This struct is a bundle of methods used by the JSObjectValuesProxy type. More...
 

Functions

 PyDoc_STRVAR (reversed_values_doc, "Return a reverse iterator over the dict values.")
 

Variables

PyTypeObject JSObjectValuesProxyType
 Struct for the JSObjectValuesProxyType, used by all JSObjectValuesProxy objects.
 

Detailed Description

JSObjectValuesProxy is a custom C-implemented python type that derives from dict values.

Author
Philippe Laporte (phili.nosp@m.ppe@.nosp@m.distr.nosp@m.ibut.nosp@m.ive.n.nosp@m.etwo.nosp@m.rk)
Date
2024-01-17

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( reversed_values_doc  ,
"Return a reverse iterator over the dict values."   
)

Variable Documentation

◆ JSObjectValuesProxyType

PyTypeObject JSObjectValuesProxyType
extern

Struct for the JSObjectValuesProxyType, used by all JSObjectValuesProxy objects.