MCPcopy Create free account
hub / github.com/D4Vinci/One-Lin3r / pythonize

Function pythonize

one_lin3r/core/utils.py:72–74  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

70 return wanted
71
72def pythonize(path):
73 # Normal path to python importable path
74 return path.lower().replace('/', '.').replace("\\",".")
75
76def humanize(path):
77 # Python importable path to normal path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected