Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TimMcCool/scratchattach
/ icon
Method
icon
scratchattach/site/user.py:132–134 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
130
131
@property
132
def
icon(self) -> bytes:
133
with
requests.no_error_handling():
134
return
requests.get(self.icon_url).content
135
136
@property
137
def
name(self) -> str:
Callers
nothing calls this directly
Calls
2
no_error_handling
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected