We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb6581 commit 00cccdaCopy full SHA for 00cccda
python-isinstance/iter_test.py
@@ -1,5 +1,4 @@
1
-from customiterables import (CustomIterableOne, CustomIterableThree,
2
- CustomIterableTwo)
+from customiterables import *
3
4
iter(CustomIterableOne(4))
5
0 commit comments