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