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

Method pop

src/diffusers/configuration_utils.py:71–72  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

69 raise Exception(f"You cannot use ``setdefault`` on a {self.__class__.__name__} instance.")
70
71 def pop(self, *args, **kwargs):
72 raise Exception(f"You cannot use ``pop`` on a {self.__class__.__name__} instance.")
73
74 def update(self, *args, **kwargs):
75 raise Exception(f"You cannot use ``update`` on a {self.__class__.__name__} instance.")

Callers 7

register_to_configMethod · 0.45
save_configMethod · 0.45
from_configMethod · 0.45
load_configMethod · 0.45
extract_init_dictMethod · 0.45
to_json_stringMethod · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected