mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-10 02:19:18 +08:00
@@ -160,7 +160,7 @@ class GeoSeries(GeoPandasBase, pd.Series[BaseGeometry]): # type: ignore[type-va
|
||||
# def fillna(self, value=None, method: FillnaOptions | None = None, inplace: bool = False, **kwargs): ...
|
||||
def __contains__(self, other: object) -> bool: ...
|
||||
@doc(plot_series)
|
||||
def plot(self, *args, **kwargs): ... # signature of `plot_series` copied in `@doc`
|
||||
def plot(self, *args, **kwargs): ... # type: ignore[override] # signature of `plot_series` copied in `@doc`
|
||||
@doc(_explore_geoseries) # pyright: ignore[reportUnknownArgumentType]
|
||||
def explore(self, *args, **kwargs): ... # signature of `_explore_geoseries` copied in `@doc`
|
||||
def explode(self, ignore_index: bool = False, index_parts: bool = False) -> GeoSeries: ...
|
||||
|
||||
Reference in New Issue
Block a user