Searched defs:_RecursiveHtmlToFile (Results 1 – 2 of 2) sorted by relevance
63 def _RecursiveHtmlToFile(node: NodeType, output_file: IO) -> None: function
369 def _RecursiveHtmlToFile(element: ElementType, file_handle: IO) -> None: function