MCPcopy 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
dateFunction · 0.45
dropMethod · 0.45
_set_nameMethod · 0.45
insertMethod · 0.45
updateMethod · 0.45
parse_xmlFunction · 0.45
loadMethod · 0.45
__setitem__Method · 0.45
__delitem__Method · 0.45
__setitem__Method · 0.45
popMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected