Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ GetTypeGroup
Method
GetTypeGroup
src/python/openvpn3/SessionManager.py:67–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
66
67
def
GetTypeGroup(self):
68
return
(ClientAttentionType(self.__qtype),
69
ClientAttentionGroup(self.__qgroup))
70
71
def
GetVariableName(self):
72
return
self.__varname
Callers
2
start-tunnel2.py
File · 0.80
ovpncli.py
File · 0.80
Calls
2
ClientAttentionType
Enum · 0.90
ClientAttentionGroup
Enum · 0.90
Tested by
no test coverage detected