Definition at line 579 of file six.py.
◆ next()
Definition at line 581 of file six.py.
581 def next(self):
582 return type(self).__next__(self)
583
584 callable = callable
The documentation for this class was generated from the following file:
- /home/liwuen/projects_dev/pqc-engineering-ssec-23/venv/lib/python3.12/site-packages/pip/_vendor/six.py