Home
last modified time | relevance | path

Searched refs:func_or_options (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A D__init__.py86 def make(cls, func_or_options): argument
88 if isinstance(func_or_options, cls.Options):
89 return func_or_options
90 return cls.Options(func_or_options)
100 def __decorator(func_or_options): argument
101 options = self.make(func_or_options)