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

Method __iter__

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

Source from the content-addressed store, hash-verified

889 def __len__(self):
890 return self.count()
891 def __iter__(self):
892 return iter(self.rows())
893 def __getitem__(self, i):
894 return self.rows()[i]
895

Callers

nothing calls this directly

Calls 1

rowsMethod · 0.95

Tested by

no test coverage detected