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

JSObjectKeysProxy is a custom C-implemented python type that derives from dict keys. More...

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

Go to the source code of this file.

Classes

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

Functions

 PyDoc_STRVAR (isdisjoint_doc, "Return True if the view and the given iterable have a null intersection.")
 
 PyDoc_STRVAR (reversed_keys_doc, "Return a reverse iterator over the dict keys.")
 

Variables

PyTypeObject JSObjectKeysProxyType
 Struct for the JSObjectKeysProxyType, used by all JSObjectKeysProxy objects.
 

Detailed Description

JSObjectKeysProxy is a custom C-implemented python type that derives from dict keys.

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

Function Documentation

◆ PyDoc_STRVAR() [1/2]

PyDoc_STRVAR ( isdisjoint_doc  ,
"Return True if the view and the given iterable have a null intersection."   
)

◆ PyDoc_STRVAR() [2/2]

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

Variable Documentation

◆ JSObjectKeysProxyType

PyTypeObject JSObjectKeysProxyType
extern

Struct for the JSObjectKeysProxyType, used by all JSObjectKeysProxy objects.