Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageBot/PageBot
/ _title
Method
_title
Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:713–714 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
711
self.write_tag(
'link'
, True, {})
712
713
def
_title(self):
714
self._closeTag(
'title'
)
715
716
def
title_(self, s):
717
""
"Write the stripped string s
as
<title>...</title> tag.
Callers
nothing calls this directly
Calls
1
_closeTag
Method · 0.80
Tested by
no test coverage detected