MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / report_if_getting_attr_slow

Method report_if_getting_attr_slow

_pydevd_bundle/pydevd_utils.py:480–481  ·  view source on GitHub ↗
(self, cls, attr_name)

Source from the content-addressed store, hash-verified

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:

Callers 2

_get_dictionaryFunction · 0.95
_get_py_dictionaryMethod · 0.95

Calls 1

_report_slowMethod · 0.95

Tested by

no test coverage detected