mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
Add __all__ (#13704)
This commit is contained in:
@@ -10,3 +10,5 @@ def to_ragged_array(
|
||||
def from_ragged_array(
|
||||
geometry_type: GeometryType, coords: ArrayLike[float], offsets: ArrayLikeSeq[int] | None = None
|
||||
) -> GeoArray: ...
|
||||
|
||||
__all__ = ["to_ragged_array", "from_ragged_array"]
|
||||
|
||||
Reference in New Issue
Block a user