(self, cls, attr_name)
| 478 | ) % (attr_name, attr_type, diff, PYDEVD_WARN_SLOW_RESOLVE_TIMEOUT) |
| 479 | |
| 480 | def report_if_getting_attr_slow(self, cls, attr_name): |
| 481 | self._report_slow(self._compute_get_attr_slow, cls, attr_name) |
| 482 | |
| 483 | def _compute_get_attr_slow(self, diff, cls, attr_name): |
| 484 | try: |
no test coverage detected