Searched refs:_PROFILING_POINTS (Results 1 – 1 of 1) sorted by relevance
/test/vts/utils/python/web/ |
D | web_utils.py | 29 _PROFILING_POINTS = "profiling_points" variable 252 if not hasattr(self, _PROFILING_POINTS): 253 setattr(self, _PROFILING_POINTS, set()) 255 if name in getattr(self, _PROFILING_POINTS): 259 getattr(self, _PROFILING_POINTS).add(name) 297 if not hasattr(self, _PROFILING_POINTS): 298 setattr(self, _PROFILING_POINTS, set()) 300 if name in getattr(self, _PROFILING_POINTS): 304 getattr(self, _PROFILING_POINTS).add(name)
|