JSArrayIterProxy is a custom C-implemented python type that derives from PyListIter.
More...
#include <jsapi.h>
#include <Python.h>
Go to the source code of this file.
|
| PyDoc_STRVAR (length_hint_doc, "Private method returning an estimate of len(list(it)).") |
|
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
- Copyright
- Copyright (c) 2024 Distributive Corp.
◆ PyDoc_STRVAR()
PyDoc_STRVAR |
( |
length_hint_doc |
, |
|
|
"Private method returning an estimate of len(list(it))." |
|
|
) |
| |
◆ JSArrayIterProxyType
PyTypeObject JSArrayIterProxyType |
|
extern |
Struct for the JSArrayProxyType, used by all JSArrayProxy objects.