Small example to illustrate the issue: import typing as t from dataclasses import dataclass, field @dataclass class Example: a: t.Callable[[] ...
確定! 回上一頁