Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/huggingface/diffusers
/ _get_init_keys
Method
_get_init_keys
src/diffusers/configuration_utils.py:495–496 ·
view source on GitHub ↗
(input_class)
Source
from the content-addressed store, hash-verified
493
494
@staticmethod
495
def
_get_init_keys(input_class):
496
return
set(dict(inspect.signature(input_class.__init__).parameters).keys())
497
498
@classmethod
499
def
extract_init_dict(cls, config_dict, **kwargs):
Callers
1
extract_init_dict
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected