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

Method __init__

deps/v8/tools/run_perf.py:969–971  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

967class AndroidPlatform(Platform): # pragma: no cover
968
969 def __init__(self, args):
970 super(AndroidPlatform, self).__init__(args)
971 self.driver = android.Driver.instance(args.device)
972
973 def PreExecution(self):
974 self.driver.set_high_perf_mode()

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
instanceMethod · 0.45

Tested by

no test coverage detected