Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/LabPy/lantz
/ __enter__
Method
__enter__
lantz/driver.py:350–352 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
348
return
"<{}('{}')>"
.format(classname, self.name)
349
350
def
__enter__(self):
351
self.initialize()
352
return
self
353
354
def
__exit__(self, *args):
355
self.finalize()
Callers
nothing calls this directly
Calls
1
initialize
Method · 0.95
Tested by
no test coverage detected