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

Method pop

pattern/text/tree.py:1069–1072  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

1067 list.remove(self, sentence)
1068 sentence.text = None
1069 def pop(self, index):
1070 sentence = list.pop(self, index)
1071 sentence.text = None
1072 return sentence
1073
1074 @property
1075 def sentences(self):

Callers 15

canvas.jsFile · 0.45
boxplotFunction · 0.45
significanceFunction · 0.45
copyMethod · 0.45
__init__Method · 0.45
removeMethod · 0.45
add_nodeMethod · 0.45
add_edgeMethod · 0.45
removeMethod · 0.45
breadth_first_searchFunction · 0.45
graph.jsFile · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 3

test_rowsMethod · 0.36
test_columnsMethod · 0.36
test_fieldsMethod · 0.36