MCPcopy Index your code
hub / github.com/YesianRohn/TextSSR / pop

Method pop

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

Source from the content-addressed store, hash-verified

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

Callers 15

save_model_hookFunction · 0.45
save_model_hookFunction · 0.45
load_model_hookFunction · 0.45
save_pretrainedMethod · 0.45
get_peft_kwargsFunction · 0.45
delete_adapter_layersFunction · 0.45
deprecateFunction · 0.45
from_pretrainedMethod · 0.45
from_pipeMethod · 0.45

Calls

no outgoing calls