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

Method close

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

Source from the content-addressed store, hash-verified

36 self.tree = HTMLTree(self.doc)
37
38 def close(self):
39 HTMLParser.close(self)
40 # Write if there is anything remaining.
41 self.tree.write()
42 self.tree = HTMLTree(self.doc)
43
44 def handle_starttag(self, tag, attrs):
45 self.tree.add_tag(tag, attrs=attrs)

Callers 3

parseMethod · 0.95
parseMethod · 0.95
include_doc_stringMethod · 0.45

Calls 2

HTMLTreeClass · 0.70
writeMethod · 0.45

Tested by 2

parseMethod · 0.76
parseMethod · 0.76