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

Method pk

pattern/db/__init__.py:881–882  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

879
880 @property
881 def pk(self):
882 return self.primary_key
883
884 def count(self):
885 """ Yields the number of rows in the table.

Callers 3

test_escapeMethod · 0.80
test_fieldMethod · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by 3

test_escapeMethod · 0.64
test_fieldMethod · 0.64
__init__Method · 0.64