JSObjectValuesProxy is a custom C-implemented python type that derives from dict values.
More...
#include <jsapi.h>
#include <Python.h>
Go to the source code of this file.
|
| PyDoc_STRVAR (reversed_values_doc, "Return a reverse iterator over the dict values.") |
|
JSObjectValuesProxy is a custom C-implemented python type that derives from dict values.
- 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) 2023 Distributive Corp.
◆ PyDoc_STRVAR()
PyDoc_STRVAR |
( |
reversed_values_doc |
, |
|
|
"Return a reverse iterator over the dict values." |
|
|
) |
| |
◆ JSObjectValuesProxyType
PyTypeObject JSObjectValuesProxyType |
|
extern |