Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ __exit__
Method
__exit__
opcua/server/server.py:119–120 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
117
return
self
118
119
def
__exit__(self, exc_type, exc_value, traceback):
120
self.stop()
121
122
@property
123
def
user_manager(self):
Callers
nothing calls this directly
Calls
1
stop
Method · 0.95
Tested by
no test coverage detected