Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ pop
Method
pop
pattern/db/__init__.py:1933–1934 ·
view source on GitHub ↗
(self, i)
Source
from the content-addressed store, hash-verified
1931
def
remove(self, row):
1932
self._datasheet.remove(row)
1933
def
pop(self, i):
1934
return
self._datasheet.pop(i)
1935
1936
def
count(self, row):
1937
return
self._datasheet.count(row)
Callers
14
__delitem__
Method · 0.95
date
Function · 0.45
drop
Method · 0.45
_set_name
Method · 0.45
insert
Method · 0.45
update
Method · 0.45
parse_xml
Function · 0.45
load
Method · 0.45
__setitem__
Method · 0.45
__delitem__
Method · 0.45
__setitem__
Method · 0.45
pop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected