(
cls,
data: Mapping[str, FromDictDataValue] | None = ...,
coords: Mapping[str, CoercibleValue] | None = ...,
*,
name: str | None = ...,
nested: Literal[False] = ...,
)
| 1210 | @overload |
| 1211 | @classmethod |
| 1212 | def from_dict( |
| 1213 | cls, |
| 1214 | data: Mapping[str, FromDictDataValue] | None = ..., |
| 1215 | coords: Mapping[str, CoercibleValue] | None = ..., |
| 1216 | *, |
| 1217 | name: str | None = ..., |
| 1218 | nested: Literal[False] = ..., |
| 1219 | ) -> Self: ... |
| 1220 | |
| 1221 | @overload |
| 1222 | @classmethod |
no test coverage detected