Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ GetDevice
Method
GetDevice
src/python/openvpn3/NetCfgManager.py:30–31 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
28
return
self.__type
29
30
def
GetDevice(self):
31
return
self.__device
32
33
def
GetDetails(self, prop):
34
return
self.__details[prop]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected