Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
Iterator Class Reference
Inheritance diagram for Iterator:
Collaboration diagram for Iterator:

Public Member Functions

 next (self)
 

Detailed Description

Definition at line 579 of file six.py.

Member Function Documentation

◆ next()

next (   self)

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: