Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ toPythonSafePath
Function
toPythonSafePath
src/platform/common/utils/encoder.ts:4–6 ·
view source on GitHub ↗
(filePath: string)
Source
from the content-addressed store, hash-verified
2
// Licensed under the MIT License.
3
4
export
function
toPythonSafePath(filePath: string): string {
5
return
`r
"${filePath}"
`;
6
}
Callers
2
resolveRemotePythonEnvironment
Method · 0.90
gatherInternalStartupCode
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected