MCPcopy 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_datasheetMethod · 0.80

Calls 2

rowsMethod · 0.95
DatasheetClass · 0.85

Tested by 1

test_datasheetMethod · 0.64