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

JSObjectItemsProxy is a custom C-implemented python type that derives from dict items. More...

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

Go to the source code of this file.

Classes

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

Functions

 PyDoc_STRVAR (items_reversed_keys_doc, "Return a reverse iterator over the dict keys.")
 

Variables

PyTypeObject JSObjectItemsProxyType
 Struct for the JSObjectItemsProxyType, used by all JSObjectItemsProxy objects.
 

Detailed Description

JSObjectItemsProxy is a custom C-implemented python type that derives from dict items.

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-19

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( items_reversed_keys_doc  ,
"Return a reverse iterator over the dict keys."   
)

Variable Documentation

◆ JSObjectItemsProxyType

PyTypeObject JSObjectItemsProxyType
extern

Struct for the JSObjectItemsProxyType, used by all JSObjectItemsProxy objects.