MCPcopy Create free account
hub / github.com/nodejs/node / augment

Method augment

deps/v8/tools/testrunner/utils/augmented_options.py:19–21  ·  view source on GitHub ↗
(options_object)

Source from the content-addressed store, hash-verified

17 """
18 @staticmethod
19 def augment(options_object):
20 options_object.__class__ = AugmentedOptions
21 return options_object
22
23 def fuzzer_rng(self):
24 if not getattr(self,'_fuzzer_rng', None):

Callers 1

_parse_argsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected