MCPcopy
hub / github.com/django/django / array

Method array

django/contrib/gis/geos/linestring.py:161–163  ·  view source on GitHub ↗

Return a numpy array for the LineString.

(self)

Source from the content-addressed store, hash-verified

159
160 @property
161 def array(self):
162 "Return a numpy array for the LineString."
163 return self._listarr(self._cs.__getitem__)
164
165 @property
166 def x(self):

Callers 8

_listarrMethod · 0.80
test_linestringMethod · 0.80
test_linearringMethod · 0.80
test_emptyCollectionsMethod · 0.80

Calls 1

_listarrMethod · 0.95

Tested by 7

test_linestringMethod · 0.64
test_linearringMethod · 0.64
test_emptyCollectionsMethod · 0.64