![]() |
Nuitka
The Python compiler
|
Public Attributes | |
PyObject_HEAD PyObject * | it_callable |
PyObject * | it_sentinel |
The "iter" built-in.
This comes in two flavors, with one or two arguments. The second one creates a "calliterobject" that is private to CPython. We define it here for ourselves. The one argument version is in headers for in-lining of the code. spell-checker: ignore calliterobject