Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielpatrickhug/GitModel
/ from_config
Method
from_config
src/pipeline.py:36–37 ·
view source on GitHub ↗
(cls, config: Config)
Source
from the content-addressed store, hash-verified
34
35
@classmethod
36
def
from_config(cls, config: Config):
37
return
cls(config)
38
39
@classmethod
40
def
from_yaml(cls, yaml_path):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected