MCPcopy
hub / github.com/django/django / _from_wkb

Method _from_wkb

django/contrib/gis/geos/geometry.py:117–118  ·  view source on GitHub ↗
(cls, wkb)

Source from the content-addressed store, hash-verified

115
116 @classmethod
117 def _from_wkb(cls, wkb):
118 return wkb_r().read(wkb)
119
120 @staticmethod
121 def from_ewkt(ewkt):

Callers 1

_ogr_ptrMethod · 0.45

Calls 2

wkb_rFunction · 0.90
readMethod · 0.45

Tested by

no test coverage detected