MCPcopy
hub / github.com/django/django / hex

Method hex

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

Return the hexadecimal representation of the WKB (a string).

(self)

Source from the content-addressed store, hash-verified

385
386 @property
387 def hex(self):
388 "Return the hexadecimal representation of the WKB (a string)."
389 return b2a_hex(self.wkb).upper()
390
391 @property
392 def json(self):

Callers 10

getquotedMethod · 0.45
dumpMethod · 0.45
quote_valueMethod · 0.45
quote_valueMethod · 0.45
test_wkbMethod · 0.45
test_wkbMethod · 0.45
test_point_m_wkt_wkbMethod · 0.45
test_public_vectorsMethod · 0.45

Calls

no outgoing calls

Tested by 6

test_wkbMethod · 0.36
test_wkbMethod · 0.36
test_point_m_wkt_wkbMethod · 0.36
test_public_vectorsMethod · 0.36