MCPcopy Index your code
hub / github.com/clips/pattern / __repr__

Method __repr__

pattern/db/__init__.py:1298–1299  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1296 return xml(self)
1297
1298 def __repr__(self):
1299 return "Query(sql=%s)" % repr(self.SQL())
1300
1301#### VIEW ##########################################################################################
1302# A representation of data based on a table in the database.

Callers

nothing calls this directly

Calls 1

SQLMethod · 0.95

Tested by

no test coverage detected