JSArrayProxy is a custom C-implemented python type that derives from list. It acts as a proxy for JSArrays from Spidermonkey, and behaves like a list would.
More...
|
#define | b ((PyListObject *)v) |
|
#define | KWTUPLE NULL |
|
JSArrayProxy is a custom C-implemented python type that derives from list. It acts as a proxy for JSArrays from Spidermonkey, and behaves like a list would.
- Author
- Philippe Laporte (phili.nosp@m.ppe@.nosp@m.distr.nosp@m.ibut.nosp@m.ive.n.nosp@m.etwo.nosp@m.rk)
- Date
- 2023-11-22
- Copyright
- Copyright (c) 2023-2024 Distributive Corp.
#define b ((PyListObject *)v) |
◆ KWTUPLE