MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / make_uri

Method make_uri

tools/python-3.11.9-amd64/Lib/pathlib.py:266–270  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

264 return False
265
266 def make_uri(self, path):
267 # We represent the path using the local filesystem encoding,
268 # for portability to other applications.
269 bpath = bytes(path)
270 return 'file://' + urlquote_from_bytes(bpath)
271
272
273_windows_flavour = _WindowsFlavour()

Callers 1

as_uriMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected