Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ _set_h
Method
_set_h
Lib/pagebot/contexts/basecontext/babelstring.py:203–205 ·
view source on GitHub ↗
(self, h)
Source
from the content-addressed store, hash-verified
201
return
self._h
202
203
def
_set_h(self, h):
204
self._h = units(h)
205
self.reset()
# Force context wrapping to be recalculated.
206
207
h = property(_get_h, _set_h)
208
Callers
nothing calls this directly
Calls
2
reset
Method · 0.95
units
Function · 0.90
Tested by
no test coverage detected