MCPcopy 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.pyFile · 0.80
ovpncli.pyFile · 0.80

Calls 2

Tested by

no test coverage detected