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

Method update

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 ``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.")
103
104 def __getitem__(self, k: Any) -> Any:
105 if isinstance(k, str):

Callers 15

wrap_with_fsdpFunction · 0.45
push_to_hubMethod · 0.45
__init__.pyFile · 0.45
forwardMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45

Calls

no outgoing calls