MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / dotted

Function dotted

runfiles.py:189–191  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

187 sys.stdout.write("py_test_accept_filter: %s\n" % (py_test_accept_filter,))
188
189 def dotted(p):
190 # Helper to convert path to have dots instead of slashes
191 return os.path.normpath(p).replace(os.sep, "/").replace("/", ".")
192
193 curr_dir = os.path.realpath(".")
194 curr_dotted = dotted(curr_dir) + "."

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected