Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ __getitem__
Method
__getitem__
pattern/db/__init__.py:893–894 ·
view source on GitHub ↗
(self, i)
Source
from the content-addressed store, hash-verified
891
def
__iter__(self):
892
return
iter(self.rows())
893
def
__getitem__(self, i):
894
return
self.rows()[i]
895
896
def
abs(self, field):
897
""
" Returns the absolute field name (e.g., "
name
" => "
"persons.name"
).
Callers
10
__getitem__
Method · 0.45
__setitem__
Method · 0.45
__getitem__
Method · 0.45
group
Method · 0.45
slice
Method · 0.45
__getitem__
Method · 0.45
__iter__
Method · 0.45
__getitem__
Method · 0.45
__setitem__
Method · 0.45
__iter__
Method · 0.45
Calls
1
rows
Method · 0.95
Tested by
no test coverage detected