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

Method update

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

Source from the content-addressed store, hash-verified

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.")
106
107 def __getitem__(self, k: Any) -> Any:
108 if isinstance(k, str):

Callers 15

__call__Method · 0.45
build_indexMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
push_to_hubMethod · 0.45
__init__.pyFile · 0.45
forwardMethod · 0.45
__call__Method · 0.45

Calls

no outgoing calls