Alan Bogarin
Results
2
comments of
Alan Bogarin
This will raise a `RuntimeError: Task got bad yield` This is not a problem at all ```python from typing import Any, Generator, Self class MyClass: def __init__(self) -> None: self.foo...