MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / cleansource

Function cleansource

api-docs/source/conf.py:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 app.is_parallel_allowed('write')
87
88def cleansource():
89 rstfiles = glob.glob("*.rst")
90 for f in rstfiles:
91 try:
92 os.remove(f)
93 except OSError:
94 print(f"Unable to remove {f}")
95
96def generaterst():
97 pythonrst = open("index.rst", "w")

Callers 1

conf.pyFile · 0.85

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected