Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ GetProperty
Method
GetProperty
src/python/openvpn3/ConfigManager.py:107–108 ·
view source on GitHub ↗
(self, propname)
Source
from the content-addressed store, hash-verified
105
#
106
@__delete_check
107
def
GetProperty(self, propname):
108
return
self.__prop_intf.Get(
'net.openvpn.v3.configuration'
, propname)
109
110
111
##
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected