MCPcopy
hub / github.com/django/django / __or__

Method __or__

django/contrib/gis/gdal/geometries.py:182–184  ·  view source on GitHub ↗

Return the union of the two geometries.

(self, other)

Source from the content-addressed store, hash-verified

180 # ### Geometry set-like operations ###
181 # g = g1 | g2
182 def __or__(self, other):
183 "Return the union of the two geometries."
184 return self.union(other)
185
186 # g = g1 & g2
187 def __and__(self, other):

Callers

nothing calls this directly

Calls 1

unionMethod · 0.95

Tested by

no test coverage detected