MCPcopy
hub / github.com/PaddlePaddle/PaddleFormers / pop

Method pop

paddleformers/transformers/model_outputs.py:471–472  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

469 raise Exception(f"You cannot use ``setdefault`` on a {self.__class__.__name__} instance.")
470
471 def pop(self, *args, **kwargs):
472 raise Exception(f"You cannot use ``pop`` on a {self.__class__.__name__} instance.")
473
474 def update(self, *args, **kwargs):
475 raise Exception(f"You cannot use ``update`` on a {self.__class__.__name__} instance.")

Callers 15

start_local_trainers_cpuFunction · 0.45
load_test_configFunction · 0.45
wrapperFunction · 0.45
start_local_trainers_cpuFunction · 0.45
test_inputs_embedsMethod · 0.45
test_text_configMethod · 0.45
test_text_configMethod · 0.45
get_configMethod · 0.45
test_text_configMethod · 0.45

Calls

no outgoing calls

Tested by 15

load_test_configFunction · 0.36
wrapperFunction · 0.36
start_local_trainers_cpuFunction · 0.36
test_inputs_embedsMethod · 0.36
test_text_configMethod · 0.36
test_text_configMethod · 0.36
get_configMethod · 0.36
test_text_configMethod · 0.36