Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ remove
Method
remove
pattern/text/tree.py:1066–1068 ·
view source on GitHub ↗
(self, sentence)
Source
from the content-addressed store, hash-verified
1064
self.append(s)
1065
1066
def
remove(self, sentence):
1067
list.remove(self, sentence)
1068
sentence.text = None
1069
def
pop(self, index):
1070
sentence = list.pop(self, index)
1071
sentence.text = None
Callers
11
profile
Function · 0.45
_buildIndexCacheFile
Method · 0.45
tearDown
Method · 0.45
test_model_append
Method · 0.45
test_model_save
Method · 0.45
test_model_export
Method · 0.45
_test_classifier
Method · 0.45
test_graph_nodes
Method · 0.45
test_graph_edges
Method · 0.45
test_cache
Method · 0.45
test_paths
Method · 0.45
Calls
no outgoing calls
Tested by
9
tearDown
Method · 0.36
test_model_append
Method · 0.36
test_model_save
Method · 0.36
test_model_export
Method · 0.36
_test_classifier
Method · 0.36
test_graph_nodes
Method · 0.36
test_graph_edges
Method · 0.36
test_cache
Method · 0.36
test_paths
Method · 0.36