MCPcopy
hub / github.com/pandas-dev/pandas / __next__

Method __next__

pandas/io/json/_json.py:1083–1083  ·  view source on GitHub ↗
(self: JsonReader[Literal["frame"]])

Source from the content-addressed store, hash-verified

1081
1082 @overload
1083 def __next__(self: JsonReader[Literal["frame"]]) -> DataFrame: ...
1084
1085 @overload
1086 def __next__(self: JsonReader[Literal["series"]]) -> Series: ...

Callers

nothing calls this directly

Calls 5

closeMethod · 0.95
_combine_linesMethod · 0.95
_get_object_parserMethod · 0.95
option_contextFunction · 0.90
convert_dtypesMethod · 0.45

Tested by

no test coverage detected