Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ _set_path
Method
_set_path
Lib/pagebot/elements/image.py:268–269 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
266
def
_get_path(self):
267
return
self._path
268
def
_set_path(self, path):
269
self.setPath(path)
270
path = property(_get_path, _set_path)
271
272
def
initImageSize(self):
Callers
nothing calls this directly
Calls
1
setPath
Method · 0.95
Tested by
no test coverage detected