Steps to Reproduce. import typing U = typing.TypeVar("U", bound="Test") class Test: def foo(self): pass async def __aenter__(self: U) -> U: ...
確定! 回上一頁