Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/explosion/spaCy
/ append
Method
append
spacy/util.py:345–346 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
343
super().__init__(*args)
344
345
def
append(self, *args, **kwargs):
346
raise
NotImplementedError(self.error)
347
348
def
clear(self, *args, **kwargs):
349
raise
NotImplementedError(self.error)
Callers
15
test_simple_frozen_list
Function · 0.95
setup_package
Function · 0.80
convert
Function · 0.80
config
Method · 0.80
pipe
Method · 0.80
memory_zone
Method · 0.80
validate
Function · 0.80
validate_token_pattern
Function · 0.80
get_attr_info
Function · 0.80
get_registry_names
Method · 0.80
resolve_dot_names
Function · 0.80
filter_spans
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_simple_frozen_list
Function · 0.76
test_las_per_type
Function · 0.64
test_ner_per_type
Function · 0.64
test_score_spans
Function · 0.64
test_issue12816
Function · 0.64
test_init_config_trainable
Function · 0.64
test_init_config_trainable_multiple
Function · 0.64
get_all_params
Function · 0.64
test_spancat_model_forward_backward
Function · 0.64
make_examples
Function · 0.64
test_debug_data_trainable_lemmatizer_basic
Function · 0.64
test_debug_data_trainable_lemmatizer_partial
Function · 0.64