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

Method GetOwner

src/python/openvpn3/SessionManager.py:491–492  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

489 return self.__type
490
491 def GetOwner(self):
492 return self.__owner
493
494 def __repr__(self):
495 return '<SessionManagerEvent type="%s", path="%s", owner_uid=%i>' % (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected