Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TimMcCool/scratchattach
/ tw_config
Method
tw_config
scratchattach/editor/project.py:113–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
111
112
@property
113
def
tw_config(self) -> twconfig.TWConfig | None:
114
_comment = self.tw_config_comment
115
if
_comment:
116
return
twconfig.TWConfig.from_str(_comment.text)
117
return
None
118
119
@property
120
def
all_ids(self):
Callers
nothing calls this directly
Calls
1
from_str
Method · 0.80
Tested by
no test coverage detected