MCPcopy Create free account
hub / github.com/TechifyBots/Rename-Bot / remove_path

Function remove_path

helper/utils.py:136–139  ·  view source on GitHub ↗
(*paths)

Source from the content-addressed store, hash-verified

134 return input_string
135
136async def remove_path(*paths):
137 for path in paths:
138 if path and os.path.lexists(path):
139 os.remove(path)
140
141async def metadata_text(metadata_text):
142 author = None

Callers 1

upload_docFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected