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

Method Introspect

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

Source from the content-addressed store, hash-verified

540
541
542 def Introspect(self):
543 intf = dbus.Interface(self.__manager_object,
544 dbus_interface='org.freedesktop.DBus.Introspectable')
545 return intf.Introspect()
546
547
548 def GetObjectPath(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected