Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ AI
Class
AI
Lib/test/test_collections.py:936–938 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
934
935
def
test_AsyncIterable(self):
936
class
AI:
937
def
__aiter__(self):
938
return
self
939
self.assertIsInstance(AI(), AsyncIterable)
940
self.assertIsSubclass(AI, AsyncIterable)
941
# Check some non-iterables
Callers
2
test_AsyncIterable
Method · 0.70
test_AsyncIterator
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_AsyncIterable
Method · 0.56
test_AsyncIterator
Method · 0.56