Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/huggingface/diffusers
/ __repr__
Method
__repr__
src/diffusers/configuration_utils.py:606–607 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
604
return
json.loads(text)
605
606
def
__repr__(self):
607
return
f
"{self.__class__.__name__} {self.to_json_string()}"
608
609
@property
610
def
config(self) -> dict[str, Any]:
Callers
nothing calls this directly
Calls
1
to_json_string
Method · 0.95
Tested by
no test coverage detected