MCPcopy
hub / github.com/django/django / __str__

Method __str__

django/contrib/gis/db/backends/postgis/adapter.py:44–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 return hash(self.ewkb)
43
44 def __str__(self):
45 return self.getquoted().decode()
46
47 @classmethod
48 def _fix_polygon(cls, poly):

Callers

nothing calls this directly

Calls 2

getquotedMethod · 0.95
decodeMethod · 0.45

Tested by

no test coverage detected