PyDict_Keys ( d -- PyObject* ) (original) (raw)

PyDict_Keys ( d -- PyObject* )

Vocabulary
python.ffi

Inputs

d an object

Outputs

PyObject* an object

Definition

USING: alien.syntax ;

IN: python.ffi

LIBRARY: python FUNCTION: PyObject* PyDict_Keys ( PyObject* d )