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