MCPcopy Create free account
hub / github.com/AutoPackAI/autopack / create

Method create

autopack/pack_config.py:79–82  ·  view source on GitHub ↗
(cls, **kwargs)

Source from the content-addressed store, hash-verified

77
78 @classmethod
79 def create(cls, **kwargs):
80 instance = cls(**kwargs)
81 instance.init_filesystem_manager()
82 return instance
83
84 @property
85 def automatically_install_dependencies(self) -> bool:

Callers 3

test_createFunction · 0.80
test_global_configFunction · 0.80

Calls 1

Tested by 3

test_createFunction · 0.64
test_global_configFunction · 0.64