MCPcopy Index your code
hub / github.com/huggingface/diffusers / update

Method update

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

Source from the content-addressed store, hash-verified

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.")
76
77 def __setattr__(self, name, value):
78 if hasattr(self, "__frozen") and self.__frozen:

Callers 1

inner_initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected