Home
last modified time | relevance | path

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

/test/vts/utils/python/web/
Dweb_utils.py29 _PROFILING_POINTS = "profiling_points" variable
256 if not hasattr(self, _PROFILING_POINTS):
257 setattr(self, _PROFILING_POINTS, set())
259 if name in getattr(self, _PROFILING_POINTS):
263 getattr(self, _PROFILING_POINTS).add(name)
301 if not hasattr(self, _PROFILING_POINTS):
302 setattr(self, _PROFILING_POINTS, set())
304 if name in getattr(self, _PROFILING_POINTS):
308 getattr(self, _PROFILING_POINTS).add(name)