10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
=== Highlighting
|
|
|
|
* If the ++__iter__++ method is present but does not return "self"
|
|
** Primary: The ++__iter__++ method signature
|
|
** Secondary: The returned value if there is one
|
|
* If there is no ++__iter__++ method
|
|
** Primary: The class signature
|
|
** Secondary: The ++__next__++ method signature
|
|
|