MCPcopy Index your code
hub / github.com/omkarcloud/botasaurus / write

Method write

botasaurus/links.py:471–474  ·  view source on GitHub ↗
(self, filename: str)

Source from the content-addressed store, hash-verified

469 return result
470
471 def write(self, filename: str):
472 results = self.get()
473 write_json(results, filename)
474 return results

Callers 15

mainFunction · 0.80
mainFunction · 0.80
create_file_with_contentFunction · 0.80
write_fileFunction · 0.80
performWriteMethod · 0.80
performWriteMethod · 0.80
update_section_controlsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
write_file_responseFunction · 0.80
mainFunction · 0.80

Calls 2

getMethod · 0.95
write_jsonFunction · 0.70

Tested by

no test coverage detected