MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / GetProperty

Method GetProperty

src/python/openvpn3/SessionManager.py:177–178  ·  view source on GitHub ↗
(self, propname)

Source from the content-addressed store, hash-verified

175 #
176 @__delete_check
177 def GetProperty(self, propname):
178 return self.__prop_intf.Get('net.openvpn.v3.sessions', propname)
179
180
181 ##

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected