Nuitka
The Python compiler
Loading...
Searching...
No Matches
calliterobject Struct Reference

Public Attributes

PyObject_HEAD PyObject * it_callable
 
PyObject * it_sentinel
 

Detailed Description

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


The documentation for this struct was generated from the following file: