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