MCPcopy
hub / github.com/django/django / angular_units

Method angular_units

django/contrib/gis/gdal/srs.py:236–239  ·  view source on GitHub ↗

Return the value of the angular units.

(self)

Source from the content-addressed store, hash-verified

234
235 @property
236 def angular_units(self):
237 "Return the value of the angular units."
238 units, name = capi.angular_units(self.ptr, byref(c_char_p()))
239 return units
240
241 @property
242 def units(self):

Callers 2

angular_nameMethod · 0.45
unitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected