Searched refs:AsyncGeneratorType (Results 1 – 4 of 4) sorted by relevance
30 AsyncGeneratorType = type(_ag) variable
198 return isinstance(object, types.AsyncGeneratorType)
201 elif hasattr(types, 'AsyncGeneratorType') and isinstance(obj, types.AsyncGeneratorType):
124 .. data:: AsyncGeneratorType