mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-25 19:17:17 +08:00
Make geos.GEOSGeometryBase.equals_exact accept float (#796)
This commit is contained in:
@@ -56,7 +56,7 @@ class GEOSGeometryBase(GEOSBase):
|
||||
def crosses(self, other: Any): ...
|
||||
def disjoint(self, other: Any): ...
|
||||
def equals(self, other: Any): ...
|
||||
def equals_exact(self, other: Any, tolerance: int = ...): ...
|
||||
def equals_exact(self, other: Any, tolerance: float = ...): ...
|
||||
def intersects(self, other: Any): ...
|
||||
def overlaps(self, other: Any): ...
|
||||
def relate_pattern(self, other: Any, pattern: Any): ...
|
||||
|
||||
Reference in New Issue
Block a user