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

Method xml

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

Source from the content-addressed store, hash-verified

1293
1294 @property
1295 def xml(self):
1296 return xml(self)
1297
1298 def __repr__(self):
1299 return "Query(sql=%s)" % repr(self.SQL())

Callers

nothing calls this directly

Calls 1

xmlFunction · 0.70

Tested by

no test coverage detected