MCPcopy Index your code
hub / github.com/aws/aws-cli / reset

Method reset

awscli/bcdoc/docstringparser.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 HTMLParser.__init__(self)
27
28 def reset(self):
29 HTMLParser.reset(self)
30 self.tree = HTMLTree(self.doc)
31
32 def feed(self, data):
33 # HTMLParser is an old style class, so the super() method will not work.

Callers 8

_Method · 0.45
_resetMethod · 0.45
handle_scrollingMethod · 0.45
_show_detailsMethod · 0.45
bootstrap.min.jsFile · 0.45
sFunction · 0.45

Calls 1

HTMLTreeClass · 0.70

Tested by

no test coverage detected