MCPcopy
hub / github.com/huggingface/diffusers / pop

Method pop

src/diffusers/utils/outputs.py:98–99  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

96 raise Exception(f"You cannot use ``setdefault`` on a {self.__class__.__name__} instance.")
97
98 def pop(self, *args, **kwargs):
99 raise Exception(f"You cannot use ``pop`` on a {self.__class__.__name__} instance.")
100
101 def update(self, *args, **kwargs):
102 raise Exception(f"You cannot use ``update`` on a {self.__class__.__name__} instance.")

Callers 15

create_slack_payloadFunction · 0.45
save_pretrainedMethod · 0.45
get_class_in_moduleFunction · 0.45
get_peft_kwargsFunction · 0.45
delete_adapter_layersFunction · 0.45
wrapperFunction · 0.45
deprecateFunction · 0.45
_from_pretrainedMethod · 0.45

Calls

no outgoing calls