Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_create
Function · 0.80
test_global_config
Function · 0.80
test_override_filesystem_manager
Function · 0.80
Calls
1
init_filesystem_manager
Method · 0.80
Tested by
3
test_create
Function · 0.64
test_global_config
Function · 0.64
test_override_filesystem_manager
Function · 0.64