JSObjectKeysProxy is a custom C-implemented python type that derives from dict keys.
More...
#include <jsapi.h>
#include <Python.h>
#include "include/pyshim.hh"
Go to the source code of this file.
|
| PyDoc_STRVAR (isdisjoint_doc, "Return True if the view and the given iterable have a null intersection.") |
|
| PyDoc_STRVAR (reversed_keys_doc, "Return a reverse iterator over the dict keys.") |
|
JSObjectKeysProxy is a custom C-implemented python type that derives from dict keys.
- 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-16
- Copyright
- Copyright (c) 2024 Distributive Corp.
◆ PyDoc_STRVAR() [1/2]
PyDoc_STRVAR |
( |
isdisjoint_doc |
, |
|
|
"Return True if the view and the given iterable have a null intersection." |
|
|
) |
| |
◆ PyDoc_STRVAR() [2/2]
PyDoc_STRVAR |
( |
reversed_keys_doc |
, |
|
|
"Return a reverse iterator over the dict keys." |
|
|
) |
| |
◆ JSObjectKeysProxyType
PyTypeObject JSObjectKeysProxyType |
|
extern |