Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algorithmiaio/algorithmia-python
/ util.py
File
util.py
Algorithmia/util.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
re
2
import
hashlib
3
4
FNAME_MATCH = re.compile(r
'/([^/]+)$'
)
# From the last slash to the end of the string
Callers
nothing calls this directly
Calls
1
compile
Method · 0.80
Tested by
no test coverage detected