timeline_interaction_record.py | 11 IS_FAST = 'is_fast' 20 IS_FAST, 91 var str = 'Interaction.SendEmail/is_smooth,is_responsive,is_fast'; 103 * is_fast: Enables the fast metric 131 def is_fast(self): member in class:TimelineInteractionRecord 132 return IS_FAST in self._flags
|