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

Method default

pattern/db/__init__.py:1345–1346  ·  view source on GitHub ↗
(self, *path, **query)

Source from the content-addressed store, hash-verified

1343
1344 # CherryPy-specific.
1345 def default(self, *path, **query):
1346 return self.render(*path, **query)
1347 default.exposed = True
1348
1349#### XML PARSER ####################################################################################

Callers

nothing calls this directly

Calls 1

renderMethod · 0.95

Tested by

no test coverage detected