Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
async
def
remove_path(*paths):
137
for
path in paths:
138
if
path and os.path.lexists(path):
139
os.remove(path)
140
141
async
def
metadata_text(metadata_text):
142
author = None
Callers
1
upload_doc
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected