Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ handle_context
Method
handle_context
deps/v8/tools/testrunner/local/context.py:86–91 ·
view source on GitHub ↗
(self, options)
Source
from the content-addressed store, hash-verified
84
85
@contextmanager
86
def
handle_context(self, options):
87
try
:
88
AndroidCommand.driver = Driver.instance(options.device)
89
yield
90
finally:
91
AndroidCommand.driver.tear_down()
92
93
@property
94
def
device_type(self):
Callers
nothing calls this directly
Calls
2
tear_down
Method · 0.80
instance
Method · 0.45
Tested by
no test coverage detected