Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ Disconnect
Method
Disconnect
src/python/openvpn3/SessionManager.py:229–231 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
227
#
228
@__delete_check
229
def
Disconnect(self):
230
self.__deleted = True
231
self.__session_intf.Disconnect()
232
233
234
##
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected