Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ GetConfigName
Method
GetConfigName
src/python/openvpn3/ConfigParser.py:117–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
115
116
117
def
GetConfigName(self):
118
try
:
119
return
getattr(self.__parser,
'config_name'
)
120
except
AttributeError:
121
return
None
122
123
124
def
GetDaemon(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected