Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ datasheet
Method
datasheet
pattern/db/__init__.py:997–998 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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])
999
1000
def
__repr__(self):
1001
return
"Table(name=%s, count=%s, database=%s)"
% (
Callers
1
test_datasheet
Method · 0.80
Calls
2
rows
Method · 0.95
Datasheet
Class · 0.85
Tested by
1
test_datasheet
Method · 0.64