MCPcopy 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

1import re
2import hashlib
3
4FNAME_MATCH = re.compile(r'/([^/]+)$') # From the last slash to the end of the string

Callers

nothing calls this directly

Calls 1

compileMethod · 0.80

Tested by

no test coverage detected