JSObjectItemsProxy is a custom C-implemented python type that derives from dict items.
More...
#include <jsapi.h>
#include <Python.h>
#include "include/pyshim.hh"
Go to the source code of this file.
|
| PyDoc_STRVAR (items_reversed_keys_doc, "Return a reverse iterator over the dict keys.") |
|
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
- Copyright
- Copyright (c) 2024 Distributive Corp.
◆ PyDoc_STRVAR()
PyDoc_STRVAR |
( |
items_reversed_keys_doc |
, |
|
|
"Return a reverse iterator over the dict keys." |
|
|
) |
| |
◆ JSObjectItemsProxyType
PyTypeObject JSObjectItemsProxyType |
|
extern |