Normally, this should be the case when converting from dict to dataclass. from dataclasses import dataclass @dataclass class Data: hoge: int fuga: str d = {" ...
確定! 回上一頁