MCPcopy Index your code
hub / github.com/clips/pattern / 02-datasheet.py

File 02-datasheet.py

examples/02-db/02-datasheet.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import os, sys; sys.path.insert(0, os.path.join("..", ".."))
2
3from pattern.db import Datasheet, INTEGER, STRING
4from pattern.db import uid, pprint

Callers

nothing calls this directly

Calls 7

DatasheetClass · 0.90
uidFunction · 0.90
pprintFunction · 0.90
insertMethod · 0.45
appendMethod · 0.45
saveMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected