Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ xml
Method
xml
pattern/db/__init__.py:994–995 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
992
993
@property
994
def
xml(self):
995
return
xml(self)
996
997
def
datasheet(self):
998
return
Datasheet(rows=self.rows(), fields=[(f, self.schema[f].type)
for
f in self.fields])
Callers
nothing calls this directly
Calls
1
xml
Function · 0.70
Tested by
no test coverage detected