MCPcopy Create free account
hub / github.com/PageBot/PageBot / meta

Method meta

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:1911–1922  ·  view source on GitHub ↗

The meta element provides meta-information about your page, such as descriptions and keywords for search engines and refresh rates. self.meta() ... self._meta()

(self, **args)

Source from the content-addressed store, hash-verified

1909 self._closeTag_noWhitespace('textarea')
1910
1911 def meta(self, **args):
1912 """The meta element provides meta-information about your page, such as
1913 descriptions and keywords for search engines and refresh rates.
1914
1915 <www href="http://www.w3schools.com/tags/tag_meta.asp" target="external"/>
1916
1917 self.meta()
1918 ...
1919 self._meta()
1920
1921 """
1922 self.write_tag('meta', False, args)
1923
1924 def object(self, **args):
1925 """The object defines an embedded object. Use this element to add

Callers 1

write_headMethod · 0.80

Calls 1

write_tagMethod · 0.80

Tested by

no test coverage detected