MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / pop

Method pop

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

Source from the content-addressed store, hash-verified

68 raise Exception(f"You cannot use ``setdefault`` on a {self.__class__.__name__} instance.")
69
70 def pop(self, *args, **kwargs):
71 raise Exception(f"You cannot use ``pop`` on a {self.__class__.__name__} instance.")
72
73 def update(self, *args, **kwargs):
74 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