Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ GetPath
Method
GetPath
src/python/openvpn3/SessionManager.py:485–486 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
483
self.__owner = owner
484
485
def
GetPath(self):
486
return
self.__path
487
488
def
GetType(self):
489
return
self.__type
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected