PythonMonkey   v0.8.2 (dev)
Loading...
Searching...
No Matches
JSArrayIterProxy.hh File Reference

JSArrayIterProxy is a custom C-implemented python type that derives from PyListIter. More...

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

Go to the source code of this file.

Classes

struct  PyListIterObject
 
struct  JSArrayIterProxy
 The typedef for the backing store that will be used by JSArrayIterProxy objects. More...
 
struct  JSArrayIterProxyMethodDefinitions
 This struct is a bundle of methods used by the JSArrayProxy type. More...
 

Functions

 PyDoc_STRVAR (length_hint_doc, "Private method returning an estimate of len(list(it)).")
 

Variables

PyTypeObject JSArrayIterProxyType
 Struct for the JSArrayProxyType, used by all JSArrayProxy objects.
 

Detailed Description

JSArrayIterProxy is a custom C-implemented python type that derives from PyListIter.

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

Function Documentation

◆ PyDoc_STRVAR()

PyDoc_STRVAR ( length_hint_doc  ,
"Private method returning an estimate of len(list(it))."   
)

Variable Documentation

◆ JSArrayIterProxyType

PyTypeObject JSArrayIterProxyType
extern

Struct for the JSArrayProxyType, used by all JSArrayProxy objects.