Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_ptr
Method · 0.45
Calls
2
wkb_r
Function · 0.90
read
Method · 0.45
Tested by
no test coverage detected