MCPcopy 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_AsyncIterableMethod · 0.70
test_AsyncIteratorMethod · 0.70

Calls

no outgoing calls

Tested by 2

test_AsyncIterableMethod · 0.56
test_AsyncIteratorMethod · 0.56