MCPcopy
hub / github.com/scrapy/scrapy / g1

Method g1

tests/test_utils_python.py:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32class TestMutableAsyncChain:
33 @staticmethod
34 async def g1():
35 for i in range(3):
36 yield i
37
38 @staticmethod
39 async def g2():

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected