MCPcopy Index your code
hub / github.com/nodejs/node / instance

Method instance

deps/v8/tools/testrunner/local/android.py:43–46  ·  view source on GitHub ↗
(device)

Source from the content-addressed store, hash-verified

41
42 @staticmethod
43 def instance(device):
44 if not Driver.__instance:
45 Driver.__instance = Driver(device)
46 return Driver.__instance
47
48 """Helper class to execute shell commands on an Android device."""
49 def __init__(self, device=None):

Callers 3

__init__Method · 0.45
handle_contextMethod · 0.45
setupFunction · 0.45

Calls 1

DriverClass · 0.70

Tested by

no test coverage detected