Item_Info.parse_file# classmethod Item_Info.parse_file(path: str | Path, *, content_type: str | None = None, encoding: str = 'utf8', proto: DeprecatedParseProtocol | None = None, allow_pickle: bool = False) → Self# Parameters: path (str | Path) content_type (str | None) encoding (str) proto (DeprecatedParseProtocol | None) allow_pickle (bool) Return type: Self