(self: JsonReader[Literal["frame"]])
| 1081 | |
| 1082 | @overload |
| 1083 | def __next__(self: JsonReader[Literal["frame"]]) -> DataFrame: ... |
| 1084 | |
| 1085 | @overload |
| 1086 | def __next__(self: JsonReader[Literal["series"]]) -> Series: ... |
nothing calls this directly
no test coverage detected