MCPcopy Create free account
hub / github.com/omkarcloud/botasaurus / write_html

Function write_html

botasaurus/utils.py:30–32  ·  view source on GitHub ↗
( data, path,)

Source from the content-addressed store, hash-verified

28 return [element for element in list if element is not None]
29
30def write_html( data, path,):
31 with open(path, 'w', encoding="utf-8") as fp:
32 fp.write(data)
33
34
35def write_file( data, path,):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected